mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 21:24:11 +00:00
refactor: parse import fields
This commit is contained in:
@@ -23,6 +23,12 @@ export { deepmerge } from './src/externals/deepmerge.js';
|
||||
|
||||
// generic utilities
|
||||
export { isNumeric } from './src/types/types.js';
|
||||
|
||||
// model validation
|
||||
export { validateEndAction, validateTimerType } from './src/validate-events/validateEvent.js';
|
||||
|
||||
// feature business logic
|
||||
|
||||
// feature business logic - excel import
|
||||
export {
|
||||
type ExcelImportMap,
|
||||
|
||||
Reference in New Issue
Block a user