summary refs log tree commit diff
path: root/src/schemas/UserNoteUpdateSchema.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-10-14 09:30:52 +0200
committerRory& <root@rory.gay>2025-10-14 09:34:21 +0200
commit0da7169b005e37f77b9220579c8e0e0639cc6983 (patch)
treecd9c0f683f2da3edc311b07f284ad10d29a61be8 /src/schemas/UserNoteUpdateSchema.ts
parentAdmin api changes (diff)
downloadserver-ts-0da7169b005e37f77b9220579c8e0e0639cc6983.tar.xz
Move schemas to separate module
Diffstat (limited to 'src/schemas/UserNoteUpdateSchema.ts')
-rw-r--r--src/schemas/UserNoteUpdateSchema.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/schemas/UserNoteUpdateSchema.ts b/src/schemas/UserNoteUpdateSchema.ts
new file mode 100644

index 00000000..0a731279 --- /dev/null +++ b/src/schemas/UserNoteUpdateSchema.ts
@@ -0,0 +1,3 @@ +export interface UserNoteUpdateSchema { + note: string; +}