/** * CloudHospital Api * CloudHospital application with Swagger, Swashbuckle, and API versioning. * * The version of the OpenAPI document: 2 * Contact: developer@icloudhospital.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 { HospitalServiceSimpleItemModel } from './hospital-service-simple-item-model'; /** * * @export * @interface DealServiceSimpleItemModel */ export interface DealServiceSimpleItemModel { /** * * @type {string} * @memberof DealServiceSimpleItemModel */ 'dealId'?: string; /** * * @type {string} * @memberof DealServiceSimpleItemModel */ 'serviceId'?: string; /** * * @type {number} * @memberof DealServiceSimpleItemModel */ 'order'?: number; /** * * @type {HospitalServiceSimpleItemModel} * @memberof DealServiceSimpleItemModel */ 'service'?: HospitalServiceSimpleItemModel; } //# sourceMappingURL=deal-service-simple-item-model.d.ts.map