interface StateRemoveRolesAction {
    action: "removeRoles";
    roles: StateRoleEnum[];
}

Hierarchy (View Summary)

Properties

Properties

action: "removeRoles"
roles: StateRoleEnum[]

Roles to remove from the State.