UNPKG

ch-api-client-typescript2

Version:
73 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 FeatureDetailDocumentModel */ export interface FeatureDetailDocumentModel { /** * * @type {boolean} * @memberof FeatureDetailDocumentModel */ 'IsEnabledAppointment'?: boolean; /** * * @type {boolean} * @memberof FeatureDetailDocumentModel */ 'IsEnabledChat'?: boolean; /** * * @type {boolean} * @memberof FeatureDetailDocumentModel */ 'IsEnabledCall'?: boolean; /** * * @type {boolean} * @memberof FeatureDetailDocumentModel */ 'IsEnabledForm'?: boolean; /** * * @type {string} * @memberof FeatureDetailDocumentModel */ 'SurveyFormId'?: string | null; /** * * @type {Array<string>} * @memberof FeatureDetailDocumentModel */ 'SurveyFormTranslatedLanguages'?: Array<string> | null; /** * * @type {boolean} * @memberof FeatureDetailDocumentModel */ 'IsEnabledReview'?: boolean; /** * * @type {string} * @memberof FeatureDetailDocumentModel */ 'ReviewFormTemplateId'?: string | null; /** * * @type {Array<string>} * @memberof FeatureDetailDocumentModel */ 'ReviewFormTemplateTranslatedLanguages'?: Array<string> | null; } //# sourceMappingURL=feature-detail-document-model.d.ts.map