2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
books/schemas/regional/index.ts

8 lines
207 B
TypeScript
Raw Normal View History

2022-03-25 10:12:39 +00:00
import { SchemaStub } from 'schemas/types';
2022-03-23 14:46:19 +00:00
import IndianSchemas from './in';
/**
* Regional Schemas are exported by country code.
*/
2022-03-25 10:12:39 +00:00
export default { in: IndianSchemas } as Record<string, SchemaStub[]>;