mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
fix: import accounts issue
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
export interface IModel {
|
||||
name: string;
|
||||
tableName: string;
|
||||
@@ -35,6 +36,8 @@ export interface IModelMetaFieldCommon {
|
||||
fieldType: IModelColumnType;
|
||||
customQuery?: Function;
|
||||
required?: boolean;
|
||||
importHint?: string;
|
||||
order?: number;
|
||||
}
|
||||
|
||||
export interface IModelMetaFieldNumber {
|
||||
|
||||
Reference in New Issue
Block a user