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

Hierarchy (View Summary, Expand)

Properties

Properties

action: "addRoles"
roles: string[]

Value to append to the array.

MMNEPVFCICPMFPCPTTAAATR