mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-03 02:39:53 -05: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