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

Hierarchy (View Summary)

Properties

Properties

action: "addRoles"

Value to append to the array.