summary refs log tree commit diff
path: root/src/util/schemas/ChannelReorderSchema.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-10-24 19:46:33 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-10-24 19:46:33 +1100
commita2f57627913bf5d402b73933374693382a387ed2 (patch)
tree79c6c821306421907f78960298160a0067de3e68 /src/util/schemas/ChannelReorderSchema.ts
parentrearrange test client's index a bit (diff)
downloadserver-a2f57627913bf5d402b73933374693382a387ed2.tar.xz
Forgot some schemas + only generate schemas in util/schemas + add setup script
Diffstat (limited to 'src/util/schemas/ChannelReorderSchema.ts')
-rw-r--r--src/util/schemas/ChannelReorderSchema.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/schemas/ChannelReorderSchema.ts b/src/util/schemas/ChannelReorderSchema.ts
new file mode 100644
index 00000000..6eb4cdd5
--- /dev/null
+++ b/src/util/schemas/ChannelReorderSchema.ts
@@ -0,0 +1,6 @@
+export type ChannelReorderSchema = {
+	id: string;
+	position?: number;
+	lock_permissions?: boolean;
+	parent_id?: string;
+}[];
\ No newline at end of file