@webitel/api-services
    Preparing search index...

    Timezone dataset. NOTE: Edge represents connection between two nodes. So this ContactTimezones.data are always subordinate to some contact.id.

    interface ContactsTimezoneList {
        data?: ContactsTimezone[];
        next?: boolean;
        page?: number;
    }
    Index

    Properties

    Properties

    Timezone dataset page.

    next?: boolean
    page?: number

    The page number of the partial result.