summary refs log tree commit diff
path: root/src/util/schemas/UserSettingsSchema.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-28 16:39:05 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-28 16:39:05 +1000
commit1bde83635c8ab8d751d44c60876ac47eb828ccc0 (patch)
treef74e7f7bf1c12d06816568bd6531884adb27f55c /src/util/schemas/UserSettingsSchema.ts
parentUse PrimaryIdColumn instead of PrimaryColumn in Invite and Category (diff)
downloadserver-1bde83635c8ab8d751d44c60876ac47eb828ccc0.tar.xz
Missed some schemas
Diffstat (limited to 'src/util/schemas/UserSettingsSchema.ts')
-rw-r--r--src/util/schemas/UserSettingsSchema.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/schemas/UserSettingsSchema.ts b/src/util/schemas/UserSettingsSchema.ts
new file mode 100644

index 00000000..db015457 --- /dev/null +++ b/src/util/schemas/UserSettingsSchema.ts
@@ -0,0 +1,3 @@ +import { UserSettings } from "@fosscord/util"; + +export interface UserSettingsSchema extends Partial<UserSettings> {} \ No newline at end of file