interface WorkspaceSector {
    available_transfer: boolean;
    color: string;
    created_at: string;
    description: string;
    has_archive_reason: boolean;
    has_close_reason: boolean;
    has_user_name: boolean;
    has_user_transfer: boolean;
    id: string;
    keep_owner: boolean;
    mark_messages_as_read: boolean;
    name: string;
    office_hours: string;
    office_hours_id: string;
    online_transfer: boolean;
    sla_config: string;
    sla_config_id: string;
    std_name: string;
    transfer_algorithm: string;
    updated_at: string;
    workspace: string;
    workspace_id: string;
}

Properties

available_transfer: boolean
color: string
created_at: string
description: string
has_archive_reason: boolean
has_close_reason: boolean
has_user_name: boolean
has_user_transfer: boolean
id: string
keep_owner: boolean
mark_messages_as_read: boolean
name: string
office_hours: string
office_hours_id: string
online_transfer: boolean
sla_config: string
sla_config_id: string
std_name: string
transfer_algorithm: string
updated_at: string
workspace: string
workspace_id: string