interface StateAddRolesAction {
    action: "addRoles";
    roles: string[];
}

Properties

Properties

action: "addRoles"
roles: string[]

Value to append to the array.

Generated using TypeDoc