UNPKG

ch-admin-api-client-typescript

Version:
80 lines 1.79 kB
/** * CloudHospital Admin Api * CloudHospital application with Swagger, Swashbuckle, and API versioning. * * The version of the OpenAPI document: 1 * 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 { MediaModel } from './media-model'; /** * * @export * @interface CreateAboutUsPageCommand */ export interface CreateAboutUsPageCommand { /** * * @type {string} * @memberof CreateAboutUsPageCommand */ 'hospitalId'?: string; /** * * @type {string} * @memberof CreateAboutUsPageCommand */ 'languageCode'?: string | null; /** * * @type {string} * @memberof CreateAboutUsPageCommand */ 'name'?: string | null; /** * * @type {string} * @memberof CreateAboutUsPageCommand */ 'description'?: string | null; /** * * @type {string} * @memberof CreateAboutUsPageCommand */ 'content'?: string | null; /** * * @type {string} * @memberof CreateAboutUsPageCommand */ 'markdown'?: string | null; /** * * @type {string} * @memberof CreateAboutUsPageCommand */ 'customStyle'?: string | null; /** * * @type {string} * @memberof CreateAboutUsPageCommand */ 'background'?: string | null; /** * * @type {string} * @memberof CreateAboutUsPageCommand */ 'backgroundThumbnail'?: string | null; /** * * @type {Array<MediaModel>} * @memberof CreateAboutUsPageCommand */ 'medias'?: Array<MediaModel> | null; } //# sourceMappingURL=create-about-us-page-command.d.ts.map