/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { WebitelContactsLabel } from './webitelContactsLabel'; /** * LabelList dataset. * NOTE: Edge represents connection between two nodes. * So this ContactLabels.data are always subordinate to some contact.id. */ export interface ContactsLabelList { /** Label(s) dataset page. */ data?: WebitelContactsLabel[]; next?: boolean; /** Page number of partial result. */ page?: number; }