summary refs log tree commit diff
path: root/src/util/schemas/UserNoteUpdateSchema.ts
diff options
context:
space:
mode:
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; -}