Interface POSTChannelCategoryRolePermissionBody

interface POSTChannelCategoryRolePermissionBody {
    permissions: {
        [key: string]: boolean;
    };
}

Properties

Properties

permissions: {
    [key: string]: boolean;
}

A JSON object of Enums/Permissions with true, false or null values. Permission list can only contain relevant permissions for the channel type

Type declaration

  • [key: string]: boolean