2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 19:29:02 +00:00
books/fyo/models/index.ts

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

9 lines
212 B
TypeScript
Raw Normal View History

import { ModelMap } from 'fyo/model/types';
2022-04-08 06:59:42 +00:00
import NumberSeries from './NumberSeries';
import SystemSettings from './SystemSettings';
export const coreModels = {
NumberSeries,
SystemSettings,
} as ModelMap;