/** * Swagger Petstore - OpenAPI 3.0Lib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; export interface MApiResponse { code?: number; type?: string; message?: string; additionalProperties?: Record; } export declare const mApiResponseSchema: Schema; //# sourceMappingURL=mApiResponse.d.ts.map