feat: add flag property

This commit is contained in:
Carlos Valente
2025-07-13 12:43:33 +02:00
parent e9dda817e5
commit 637454f73d
22 changed files with 98 additions and 23 deletions
@@ -5,6 +5,7 @@ export type ImportMap = typeof defaultImportMap & { custom: ImportCustom };
// Record of ontime name and import name
export const defaultImportMap = {
worksheet: 'event schedule',
flag: 'flag',
timeStart: 'time start',
linkStart: 'link start',
timeEnd: 'time end',