mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: import resources from csv/xlsx
This commit is contained in:
10
packages/server/src/services/Import/interfaces.ts
Normal file
10
packages/server/src/services/Import/interfaces.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface ImportMappingAttr {
|
||||
from: string;
|
||||
to: string;
|
||||
}
|
||||
|
||||
export interface ImportValidationError {
|
||||
index: number;
|
||||
property: string;
|
||||
constraints: Record<string, string>;
|
||||
}
|
||||
Reference in New Issue
Block a user