mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
server-ts: Address review
This commit is contained in:
parent
138be84e45
commit
c814187a25
@ -1,4 +1,4 @@
|
||||
type ValidatorArg = object | undefined | null;
|
||||
type ValidatorArg = object | string | undefined | null;
|
||||
|
||||
type ValidatorFunc = (obj: ValidatorArg) => (string | undefined);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user