mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: add section label to import mapping
This commit is contained in:
@@ -17,7 +17,7 @@ export type EntityColumnField = {
|
||||
|
||||
export interface EntityColumn {
|
||||
groupKey: string;
|
||||
groupName: string;
|
||||
groupLabel: string;
|
||||
fields: EntityColumnField[];
|
||||
}
|
||||
export type SheetColumn = string;
|
||||
|
||||
Reference in New Issue
Block a user