UNPKG

ch-admin-api-client-typescript

Version:
67 lines 1.42 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 HospitalRatingItemModel */ export interface HospitalRatingItemModel { /** * * @type {string} * @memberof HospitalRatingItemModel */ 'id'?: string; /** * * @type {string} * @memberof HospitalRatingItemModel */ 'vender'?: string | null; /** * * @type {number} * @memberof HospitalRatingItemModel */ 'rating'?: number; /** * * @type {number} * @memberof HospitalRatingItemModel */ 'order'?: number; /** * * @type {boolean} * @memberof HospitalRatingItemModel */ 'isConfirmed'?: boolean; /** * * @type {string} * @memberof HospitalRatingItemModel */ 'placeId'?: string | null; /** * * @type {number} * @memberof HospitalRatingItemModel */ 'numberOfPeople'?: number; /** * * @type {string} * @memberof HospitalRatingItemModel */ 'url'?: string | null; } //# sourceMappingURL=hospital-rating-item-model.d.ts.map