UNPKG

ch-api-client-typescript2

Version:
79 lines 1.72 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 UpdateServiceReviewCommand */ export interface UpdateServiceReviewCommand { /** * * @type {string} * @memberof UpdateServiceReviewCommand */ 'name'?: string | null; /** * * @type {string} * @memberof UpdateServiceReviewCommand */ 'slug'?: string | null; /** * * @type {string} * @memberof UpdateServiceReviewCommand */ 'description'?: string | null; /** * * @type {string} * @memberof UpdateServiceReviewCommand */ 'content'?: string | null; /** * * @type {string} * @memberof UpdateServiceReviewCommand */ 'languageCode'?: string | null; /** * * @type {boolean} * @memberof UpdateServiceReviewCommand */ 'recommended'?: boolean | null; /** * * @type {number} * @memberof UpdateServiceReviewCommand */ 'rate'?: number | null; /** * * @type {number} * @memberof UpdateServiceReviewCommand */ 'order'?: number; /** * * @type {Date} * @memberof UpdateServiceReviewCommand */ 'surgeryDate'?: Date | null; /** * * @type {boolean} * @memberof UpdateServiceReviewCommand */ 'confirmed'?: boolean; } //# sourceMappingURL=update-service-review-command.d.ts.map