Skip to content

SudoSOS Back-end API / internal/spec / rolesCannotBeSystemDefault

Function: rolesCannotBeSystemDefault() ​

ts
function rolesCannotBeSystemDefault(ids): Promise<
  | Fail<ValidationError>
| Pass<number[]>>;

Parameters ​

ParameterType
idsnumber[]

Returns ​

Promise< | Fail<ValidationError> | Pass<number[]>>