summary refs log tree commit diff
path: root/src/util/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/util/schemas/UserNoteUpdateSchema.ts
parentAdmin api changes (diff)
downloadserver-ts-0da7169b005e37f77b9220579c8e0e0639cc6983.tar.xz
Move schemas to separate module
Diffstat (limited to 'src/util/schemas/UserNoteUpdateSchema.ts')
-rw-r--r--src/util/schemas/UserNoteUpdateSchema.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util/schemas/UserNoteUpdateSchema.ts b/src/util/schemas/UserNoteUpdateSchema.ts
deleted file mode 100644

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