mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
server-ts: Address review
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
type ValidatorArg = object | undefined | null;
|
||||
type ValidatorArg = object | string | undefined | null;
|
||||
|
||||
type ValidatorFunc = (obj: ValidatorArg) => (string | undefined);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user