Type alias ListRolesResponse

ListRolesResponse: {
    data: Role[];
    errors: string[];
    success: boolean;
}

Type declaration

  • data: Role[]

    List of roles

  • errors: string[]

    If the operation was not successful, holds the deatils of errors

  • success: boolean

    Indicates whether the operation was successful or not