2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00
books/schemas/regional/in/index.ts
2022-05-23 16:18:21 +05:30

7 lines
244 B
TypeScript

import { SchemaStub } from '../../types';
import AccountingSettings from './AccountingSettings.json';
import Address from './Address.json';
import Party from './Party.json';
export default [AccountingSettings, Address, Party] as SchemaStub[];