summary refs log tree commit diff
path: root/util/src/schemas/ChannelReorderSchema.ts
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-12 11:42:34 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-13 21:57:51 +0200
commit1f4ba6395bf96237fd8b638fd70926b887b9c374 (patch)
tree3ee4145490ff392837eb979b72843f6e8c90cbda /util/src/schemas/ChannelReorderSchema.ts
parentSplit schemas into files in util (diff)
downloadserver-1f4ba6395bf96237fd8b638fd70926b887b9c374.tar.xz
Forgot some schemas, removed no longer used paths from generate schema script
Diffstat (limited to '')
-rw-r--r--util/src/schemas/ChannelReorderSchema.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/src/schemas/ChannelReorderSchema.ts b/util/src/schemas/ChannelReorderSchema.ts
new file mode 100644

index 00000000..3715f59e --- /dev/null +++ b/util/src/schemas/ChannelReorderSchema.ts
@@ -0,0 +1 @@ +export type ChannelReorderSchema = { id: string; position?: number; lock_permissions?: boolean; parent_id?: string }[]; \ No newline at end of file