feat: add section label to import mapping

This commit is contained in:
Ahmed Bouhuolia
2024-04-08 00:39:18 +02:00
parent af981ce630
commit aaa8f39e50
4 changed files with 18 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ export type EntityColumnField = {
export interface EntityColumn {
groupKey: string;
groupName: string;
groupLabel: string;
fields: EntityColumnField[];
}
export type SheetColumn = string;