/** * Webitel API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 24.04.0 * Contact: support@webitel.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * INDEX [struct.fields]. * @export * @interface WebitelProtoDataIndex */ export interface WebitelProtoDataIndex { /** * A set of [struct.fields.id] to INDEX within [type] dataset. * @type {Array} * @memberof WebitelProtoDataIndex */ fields?: Array; /** * A set of [struct.fields.id] to INCLUDE beside the [fields] index. * @type {Array} * @memberof WebitelProtoDataIndex */ include?: Array; /** * Indicates whether set of [fields] MUST be UNIQUE within [type]. * @type {boolean} * @memberof WebitelProtoDataIndex */ unique?: boolean; } //# sourceMappingURL=webitel-proto-data-index.d.ts.map