UNPKG

ch-api-client-typescript2

Version:
116 lines 2.4 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 { AuditableEntity } from './auditable-entity'; /** * * @export * @interface ContributorItemModel */ export interface ContributorItemModel { /** * * @type {string} * @memberof ContributorItemModel */ 'id'?: string; /** * * @type {string} * @memberof ContributorItemModel */ 'languageCode'?: string | null; /** * * @type {string} * @memberof ContributorItemModel */ 'name'?: string | null; /** * * @type {string} * @memberof ContributorItemModel */ 'slug'?: string | null; /** * * @type {boolean} * @memberof ContributorItemModel */ 'confirmed'?: boolean; /** * * @type {string} * @memberof ContributorItemModel */ 'description'?: string | null; /** * * @type {string} * @memberof ContributorItemModel */ 'jobTitle'?: string | null; /** * * @type {string} * @memberof ContributorItemModel */ 'hospitalId'?: string; /** * * @type {string} * @memberof ContributorItemModel */ 'hospitalName'?: string | null; /** * * @type {string} * @memberof ContributorItemModel */ 'hospitalSlug'?: string | null; /** * * @type {string} * @memberof ContributorItemModel */ 'hospitalWebsiteUrl'?: string | null; /** * * @type {string} * @memberof ContributorItemModel */ 'email'?: string | null; /** * * @type {string} * @memberof ContributorItemModel */ 'photo'?: string | null; /** * * @type {string} * @memberof ContributorItemModel */ 'photoThumbnail'?: string | null; /** * * @type {number} * @memberof ContributorItemModel */ 'order'?: number; /** * * @type {AuditableEntity} * @memberof ContributorItemModel */ 'auditableEntity'?: AuditableEntity; } //# sourceMappingURL=contributor-item-model.d.ts.map