typealias RESTPatchAPIGuildChannelPositionsJSONBody

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

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

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