UNPKG

ch-api-client-typescript2

Version:
56 lines 1.33 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 { LocationModel } from './location-model'; /** * * @export * @interface SurveyFormAffiliationModel */ export interface SurveyFormAffiliationModel { /** * * @type {string} * @memberof SurveyFormAffiliationModel */ 'hospitalId'?: string; /** * * @type {string} * @memberof SurveyFormAffiliationModel */ 'hospitalName'?: string | null; /** * * @type {string} * @memberof SurveyFormAffiliationModel */ 'hospitalWebsiteUrl'?: string | null; /** * * @type {string} * @memberof SurveyFormAffiliationModel */ 'hospitalLogo'?: string | null; /** * * @type {LocationModel} * @memberof SurveyFormAffiliationModel */ 'hospitalLocation'?: LocationModel; /** * * @type {string} * @memberof SurveyFormAffiliationModel */ 'urlAfterDone'?: string | null; } //# sourceMappingURL=survey-form-affiliation-model.d.ts.map