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