export type RESTPatchAPIGuildRolePositionsJSONBody = { id: Snowflake; position?: number | undefined;}[];