interface ChannelRemoveRolesAction {
    action: "removeRoles";
    roles: ChannelRoleEnum[];
}

Hierarchy (View Summary)

Properties

Properties

action: "removeRoles"

Value to remove from the array.