6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
export type ChannelReorderSchema = {
|
|
id: string;
|
|
position?: number;
|
|
lock_permissions?: boolean;
|
|
parent_id?: string;
|
|
}[]; |