UNPKG

ch-api-client-typescript2

Version:
61 lines 1.38 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 SurveyFormElementOptionModel */ export interface SurveyFormElementOptionModel { /** * * @type {string} * @memberof SurveyFormElementOptionModel */ 'id'?: string; /** * * @type {string} * @memberof SurveyFormElementOptionModel */ 'surveyFormElementId'?: string; /** * * @type {string} * @memberof SurveyFormElementOptionModel */ 'value'?: string | null; /** * * @type {boolean} * @memberof SurveyFormElementOptionModel */ 'needAdditionalValue'?: boolean; /** * * @type {number} * @memberof SurveyFormElementOptionModel */ 'order'?: number; /** * * @type {string} * @memberof SurveyFormElementOptionModel */ 'languageCode'?: string | null; /** * * @type {string} * @memberof SurveyFormElementOptionModel */ 'name'?: string | null; } //# sourceMappingURL=survey-form-element-option-model.d.ts.map