mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 13:21:33 +08:00
server-ts: Address review
This commit is contained in:
parent
138be84e45
commit
c814187a25
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
type ValidatorArg = object | undefined | null;
|
||||
type ValidatorArg = object | string | undefined | null;
|
||||
|
||||
type ValidatorFunc = (obj: ValidatorArg) => (string | undefined);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue