mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 12:55:55 +01:00
chore(nx/server): move source code
This commit is contained in:
3
apps/server/src/etapi/etapi-interface.ts
Normal file
3
apps/server/src/etapi/etapi-interface.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export type ValidatorFunc = (obj: unknown) => string | undefined;
|
||||
|
||||
export type ValidatorMap = Record<string, ValidatorFunc[]>;
|
||||
Reference in New Issue
Block a user