typealias RESTPatchAPIGuildChannelPositionsJSONBody

export type RESTPatchAPIGuildChannelPositionsJSONBody = {  id: Snowflake;  position: number;  lock_permissions?: boolean | undefined;  parent_id?: Snowflake | null | undefined;}[];

See also: https://discord.com/developers/docs/resources/guild#modify-guild-channel-positions