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