UNPKG

ch-api-client-typescript2

Version:
67 lines 1.37 kB
/** * 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. */ /** * * @export * @interface DealServiceModel */ export interface DealServiceModel { /** * * @type {string} * @memberof DealServiceModel */ 'languageCode'?: string | null; /** * * @type {string} * @memberof DealServiceModel */ 'dealId'?: string; /** * * @type {string} * @memberof DealServiceModel */ 'dealName'?: string | null; /** * * @type {string} * @memberof DealServiceModel */ 'dealSlug'?: string | null; /** * * @type {string} * @memberof DealServiceModel */ 'serviceId'?: string; /** * * @type {string} * @memberof DealServiceModel */ 'serviceName'?: string | null; /** * * @type {string} * @memberof DealServiceModel */ 'serviceSlug'?: string | null; /** * * @type {number} * @memberof DealServiceModel */ 'order'?: number; } //# sourceMappingURL=deal-service-model.d.ts.map