UNPKG

ch-api-client-typescript2

Version:
44 lines 1.13 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. */ import { FormResultSectionInputModel } from './form-result-section-input-model'; /** * * @export * @interface CreateFormResultCommand */ export interface CreateFormResultCommand { /** * * @type {string} * @memberof CreateFormResultCommand */ 'languageCode'?: string | null; /** * * @type {string} * @memberof CreateFormResultCommand */ 'hospitalId'?: string | null; /** * * @type {string} * @memberof CreateFormResultCommand */ 'formTemplateId'?: string; /** * * @type {Array<FormResultSectionInputModel>} * @memberof CreateFormResultCommand */ 'sections'?: Array<FormResultSectionInputModel> | null; } //# sourceMappingURL=create-form-result-command.d.ts.map