diff options
Diffstat (limited to 'src/util/schemas/ChannelReorderSchema.ts')
-rw-r--r-- | src/util/schemas/ChannelReorderSchema.ts | 6 |
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 |