/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ /** * INDEX [struct.fields]. */ export interface DataIndex { /** A set of [struct.fields.id] to INDEX within [type] dataset. */ fields?: string[]; /** A set of [struct.fields.id] to INCLUDE beside the [fields] index. */ include?: string[]; /** Indicates whether set of [fields] MUST be UNIQUE within [type]. */ unique?: boolean; }