/** * Api Documentation * Api Documentation * * OpenAPI spec version: 1.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ import { DoctorType } from "./DoctorType"; import { HospitalizationType } from "./HospitalizationType"; import { MedicalTransportationType } from "./MedicalTransportationType"; import { MiscellaneousType } from "./MiscellaneousType"; import { ParamedicType } from "./ParamedicType"; import { PharmaceuticalDrugType } from "./PharmaceuticalDrugType"; import { ProsthesisType } from "./ProsthesisType"; export declare class MedicalCoverType { constructor(json: JSON | any); ambulatoryHospitalization?: HospitalizationType; doctor?: DoctorType; hospitalization?: HospitalizationType; medicalTransportation?: MedicalTransportationType; miscellaneous?: MiscellaneousType; paramedic?: ParamedicType; pharmaceuticalDrug?: PharmaceuticalDrugType; prosthesis?: ProsthesisType; }