2
0
mirror of https://github.com/frappe/books.git synced 2025-01-23 15:18:24 +00:00

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
207 B
TypeScript
Raw Normal View History

2022-03-25 15:42:39 +05:30
import { SchemaStub } from 'schemas/types';
2022-03-23 20:16:19 +05:30
import IndianSchemas from './in';
/**
* Regional Schemas are exported by country code.
*/
2022-03-25 15:42:39 +05:30
export default { in: IndianSchemas } as Record<string, SchemaStub[]>;