mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
3 lines
114 B
TypeScript
3 lines
114 B
TypeScript
type ValidatorFunc = (obj: unknown) => (string | undefined);
|
|
|
|
type ValidatorMap = Record<string, ValidatorFunc[]>; |