mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
server: Fix build errors after updating to latest TypeScript
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
type ValidatorFunc = (obj: unknown) => (string | undefined);
|
||||
export type ValidatorFunc = (obj: unknown) => (string | undefined);
|
||||
|
||||
type ValidatorMap = Record<string, ValidatorFunc[]>;
|
||||
export type ValidatorMap = Record<string, ValidatorFunc[]>;
|
||||
Reference in New Issue
Block a user