/** * 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. */ import { EngineLookup } from './engine-lookup'; import { EngineRoutingSchemaType } from './engine-routing-schema-type'; import { EngineSchemaTag } from './engine-schema-tag'; /** * * @export * @interface EngineRoutingSchema */ export interface EngineRoutingSchema { /** * * @type {string} * @memberof EngineRoutingSchema */ created_at?: string; /** * * @type {EngineLookup} * @memberof EngineRoutingSchema */ created_by?: EngineLookup; /** * * @type {boolean} * @memberof EngineRoutingSchema */ debug?: boolean; /** * * @type {string} * @memberof EngineRoutingSchema */ description?: string; /** * * @type {boolean} * @memberof EngineRoutingSchema */ editor?: boolean; /** * * @type {string} * @memberof EngineRoutingSchema */ id?: string; /** * * @type {string} * @memberof EngineRoutingSchema */ name?: string; /** * * @type {object} * @memberof EngineRoutingSchema */ payload?: object; /** * * @type {object} * @memberof EngineRoutingSchema */ schema?: object; /** * * @type {Array} * @memberof EngineRoutingSchema */ tags?: Array; /** * * @type {EngineRoutingSchemaType} * @memberof EngineRoutingSchema */ type?: EngineRoutingSchemaType; /** * * @type {string} * @memberof EngineRoutingSchema */ updated_at?: string; /** * * @type {EngineLookup} * @memberof EngineRoutingSchema */ updated_by?: EngineLookup; } //# sourceMappingURL=engine-routing-schema.d.ts.map