ch-api-client-typescript2
Version:
Openapi generated typescript-axios client for CloudHospital
73 lines • 1.62 kB
TypeScript
/**
* 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 FeatureDetailModel
*/
export interface FeatureDetailModel {
/**
*
* @type {boolean}
* @memberof FeatureDetailModel
*/
'isEnabledAppointment'?: boolean;
/**
*
* @type {boolean}
* @memberof FeatureDetailModel
*/
'isEnabledChat'?: boolean;
/**
*
* @type {boolean}
* @memberof FeatureDetailModel
*/
'isEnabledCall'?: boolean;
/**
*
* @type {boolean}
* @memberof FeatureDetailModel
*/
'isEnabledForm'?: boolean;
/**
*
* @type {string}
* @memberof FeatureDetailModel
*/
'surveyFormId'?: string | null;
/**
*
* @type {Array<string>}
* @memberof FeatureDetailModel
*/
'surveyFormTranslatedLanguages'?: Array<string> | null;
/**
*
* @type {boolean}
* @memberof FeatureDetailModel
*/
'isEnabledReview'?: boolean;
/**
*
* @type {string}
* @memberof FeatureDetailModel
*/
'reviewFormTemplateId'?: string | null;
/**
*
* @type {Array<string>}
* @memberof FeatureDetailModel
*/
'reviewFormTemplateTranslatedLanguages'?: Array<string> | null;
}
//# sourceMappingURL=feature-detail-model.d.ts.map