mirror of
https://github.com/frappe/books.git
synced 2024-11-08 23:00:56 +00:00
de7e5ba807
- cause now most of it is different from what it was
9 lines
212 B
TypeScript
9 lines
212 B
TypeScript
import { ModelMap } from 'fyo/model/types';
|
|
import NumberSeries from './NumberSeries';
|
|
import SystemSettings from './SystemSettings';
|
|
|
|
export const coreModels = {
|
|
NumberSeries,
|
|
SystemSettings,
|
|
} as ModelMap;
|