/** * Apimatic APILib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** * Enum for ImplementationType */ export declare enum ImplementationType { Structure = "Structure", Enumeration = "Enumeration", Exception = "Exception" } /** * Schema for ImplementationType */ export declare const implementationTypeSchema: Schema; //# sourceMappingURL=implementationType.d.ts.map