ch-admin-api-client-typescript
Version:
Openapi generated typescript-axios client for CloudHospital admin
92 lines • 2 kB
TypeScript
/**
* 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.
*/
import { ReviewType } from './review-type';
/**
*
* @export
* @interface CreateServiceReviewCommand
*/
export interface CreateServiceReviewCommand {
/**
*
* @type {string}
* @memberof CreateServiceReviewCommand
*/
'languageCode'?: string | null;
/**
*
* @type {string}
* @memberof CreateServiceReviewCommand
*/
'serviceId'?: string;
/**
*
* @type {string}
* @memberof CreateServiceReviewCommand
*/
'patientId'?: string | null;
/**
*
* @type {string}
* @memberof CreateServiceReviewCommand
*/
'patientName'?: string | null;
/**
*
* @type {string}
* @memberof CreateServiceReviewCommand
*/
'name'?: string | null;
/**
*
* @type {string}
* @memberof CreateServiceReviewCommand
*/
'description'?: string | null;
/**
*
* @type {string}
* @memberof CreateServiceReviewCommand
*/
'content'?: string | null;
/**
*
* @type {boolean}
* @memberof CreateServiceReviewCommand
*/
'recommended'?: boolean;
/**
*
* @type {number}
* @memberof CreateServiceReviewCommand
*/
'rate'?: number;
/**
*
* @type {Date}
* @memberof CreateServiceReviewCommand
*/
'surgeryDate'?: Date;
/**
*
* @type {ReviewType}
* @memberof CreateServiceReviewCommand
*/
'reviewType'?: ReviewType;
/**
*
* @type {number}
* @memberof CreateServiceReviewCommand
*/
'order'?: number;
}
//# sourceMappingURL=create-service-review-command.d.ts.map