mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
feat(server): wip import resources
This commit is contained in:
@@ -77,5 +77,6 @@ export type IModelMetaRelationField = IModelMetaRelationFieldCommon & (
|
||||
export interface IModelMeta {
|
||||
defaultFilterField: string;
|
||||
defaultSort: IModelMetaDefaultSort;
|
||||
importable?: boolean;
|
||||
fields: { [key: string]: IModelMetaField };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user