mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +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[];
|