mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
chore(code): fix more js & ts files
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export type ValidatorFunc = (obj: unknown) => (string | undefined);
|
||||
|
||||
export type ValidatorMap = Record<string, ValidatorFunc[]>;
|
||||
export type ValidatorMap = Record<string, ValidatorFunc[]>;
|
||||
|
||||
Reference in New Issue
Block a user