interface ISector {
    available_take: boolean;
    available_transfer: boolean;
    color: string;
    created_at: string;
    description: string;
    has_archive_reason: boolean;
    has_call: 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;
    online_transfer: boolean;
    phone_transfer_algorithm: string;
    record_enable: boolean;
    reset_distribution_config: any;
    service_emails: string[];
    sla_config: SLAConfig;
    std_name: string;
    transfer_algorithm: string;
    updated_at: string;
    workspace: string;
    workspace_id: string;
}

Properties

available_take: boolean
available_transfer: boolean
color: string
created_at: string
description: string
has_archive_reason: boolean
has_call: 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
online_transfer: boolean
phone_transfer_algorithm: string
record_enable: boolean
reset_distribution_config: any
service_emails: string[]
sla_config: SLAConfig
std_name: string
transfer_algorithm: string
updated_at: string
workspace: string
workspace_id: string