/** * 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. */ /** * Lookup reference information. Simplified search filter to uniquely identify related object. * @export * @interface WebitelKnowledgebaseLookup */ export interface WebitelKnowledgebaseLookup { /** * Reference Object unique ID. * @type {string} * @memberof WebitelKnowledgebaseLookup */ id?: string; /** * Reference Object display name. * @type {string} * @memberof WebitelKnowledgebaseLookup */ name?: string; /** * Reference Object well-known type. * @type {string} * @memberof WebitelKnowledgebaseLookup */ type?: string; } //# sourceMappingURL=webitel-knowledgebase-lookup.d.ts.map