UNPKG

ch-admin-api-client-typescript

Version:
61 lines 1.36 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 UpdateHospitalRatingCommand */ export interface UpdateHospitalRatingCommand { /** * * @type {string} * @memberof UpdateHospitalRatingCommand */ 'vender'?: string | null; /** * * @type {number} * @memberof UpdateHospitalRatingCommand */ 'rating'?: number; /** * * @type {number} * @memberof UpdateHospitalRatingCommand */ 'order'?: number; /** * * @type {boolean} * @memberof UpdateHospitalRatingCommand */ 'isConfirmed'?: boolean; /** * * @type {string} * @memberof UpdateHospitalRatingCommand */ 'placeId'?: string | null; /** * * @type {number} * @memberof UpdateHospitalRatingCommand */ 'numberOfPeople'?: number; /** * * @type {string} * @memberof UpdateHospitalRatingCommand */ 'url'?: string | null; } //# sourceMappingURL=update-hospital-rating-command.d.ts.map