interface StateSetRolesAction {
    action: "setRoles";
    roles: string[];
}

Properties

Properties

action: "setRoles"
roles: string[]

Value to set. If empty, any existing value will be removed.

Generated using TypeDoc