RESTPatchAPIGuildRolePositionsJSONBody

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