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

Properties

Properties

action: "setRoles"
roles: string[]

Value to set. If not specified, then InventorySupply is assigned by default.

Generated using TypeDoc