mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01: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);
|
type ValidatorFunc = (obj: ValidatorArg) => (string | undefined);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user