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

Properties

Properties

action: "removeRoles"
roles: string[]

Roles to remove from the State.

Generated using TypeDoc