Warning and danger per event (#677)

* feat: warning and danger per event

---------

Co-authored-by: Fabian Posenau <fabian@fphome.de>
This commit is contained in:
Fabian Posenau
2023-12-30 20:56:57 +01:00
committed by GitHub
parent 7b9f64a630
commit 3998b8927d
31 changed files with 290 additions and 203 deletions
@@ -32,6 +32,8 @@ export const defaultExcelImportMap = {
user7: 'user7',
user8: 'user8',
user9: 'user9',
timeWarning: 'timeWarning',
timeDanger: 'timeDanger',
};
export function isExcelImportMap(obj: unknown): obj is ExcelImportMap {