mirror of
https://github.com/frappe/books.git
synced 2024-11-15 09:54:04 +00:00
7 lines
244 B
TypeScript
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[];
|