interface IWorkspace {
    about: string;
    company: string;
    currency_code: string;
    date_format: DateFormatType;
    description: string;
    id: string;
    name: string;
    owner_id: string;
    photo_url: string;
    prefix: string;
    service_between_users: boolean;
    service_between_workspaces: boolean;
    service_queue_order: IServiceQueueOrderType;
    std_name: string;
    timezone: ITimezone;
    type: string[];
    url: string;
}

Properties

about: string
company: string
currency_code: string
date_format: DateFormatType
description: string
id: string
name: string
owner_id: string
photo_url: string
prefix: string
service_between_users: boolean
service_between_workspaces: boolean
service_queue_order: IServiceQueueOrderType
std_name: string
timezone: ITimezone
type: string[]
url: string