RESTPatchAPIGuildRolePositionsJSONBody

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