/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { ContactsTimezone } from './contactsTimezone.zod'; /** * Timezone dataset. * NOTE: Edge represents connection between two nodes. * So this ContactTimezones.data are always subordinate to some contact.id. */ export interface ContactsTimezoneList { /** Timezone dataset page. */ data?: ContactsTimezone[]; next?: boolean; /** The page number of the partial result. */ page?: number; }