mirror of
https://github.com/frappe/books.git
synced 2024-11-08 23:00:56 +00:00
8 lines
207 B
TypeScript
8 lines
207 B
TypeScript
import { SchemaStub } from 'schemas/types';
|
|
import IndianSchemas from './in';
|
|
|
|
/**
|
|
* Regional Schemas are exported by country code.
|
|
*/
|
|
export default { in: IndianSchemas } as Record<string, SchemaStub[]>;
|