summary refs log tree commit diff
path: root/src/util/schemas/ChannelReorderSchema.ts
blob: 3715f59e18c5b8ebd61f2d7c3b97c6c7b1779f63 (plain) (blame)
1
export type ChannelReorderSchema = { id: string; position?: number; lock_permissions?: boolean; parent_id?: string }[];