Type Alias GuildStatusRoleFilterUpdaterolesInput

GuildStatusRoleFilterUpdaterolesInput: {
    push?: string | string[];
    set?: string[];
}