UNPKG

ch-admin-api-client-typescript

Version:
49 lines 1.12 kB
/** * CloudHospital Admin Api * CloudHospital application with Swagger, Swashbuckle, and API versioning. * * The version of the OpenAPI document: 1 * 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. */ /** * * @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 {string} * @memberof DealServiceSimpleItemModel */ 'serviceName'?: string | null; /** * * @type {string} * @memberof DealServiceSimpleItemModel */ 'specialtyName'?: string | null; } //# sourceMappingURL=deal-service-simple-item-model.d.ts.map