ch-admin-api-client-typescript
Version:
Openapi generated typescript-axios client for CloudHospital admin
134 lines • 2.66 kB
TypeScript
/**
* 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 { AuditableEntity } from './auditable-entity';
/**
*
* @export
* @interface ContributorModel
*/
export interface ContributorModel {
/**
*
* @type {string}
* @memberof ContributorModel
*/
'id'?: string;
/**
*
* @type {string}
* @memberof ContributorModel
*/
'languageCode'?: string | null;
/**
*
* @type {string}
* @memberof ContributorModel
*/
'name'?: string | null;
/**
*
* @type {string}
* @memberof ContributorModel
*/
'slug'?: string | null;
/**
*
* @type {boolean}
* @memberof ContributorModel
*/
'confirmed'?: boolean;
/**
*
* @type {string}
* @memberof ContributorModel
*/
'jobTitle'?: string | null;
/**
*
* @type {string}
* @memberof ContributorModel
*/
'hospitalId'?: string;
/**
*
* @type {string}
* @memberof ContributorModel
*/
'hospitalName'?: string | null;
/**
*
* @type {string}
* @memberof ContributorModel
*/
'hospitalSlug'?: string | null;
/**
*
* @type {string}
* @memberof ContributorModel
*/
'hospitalWebsiteUrl'?: string | null;
/**
*
* @type {string}
* @memberof ContributorModel
*/
'email'?: string | null;
/**
*
* @type {string}
* @memberof ContributorModel
*/
'photo'?: string | null;
/**
*
* @type {string}
* @memberof ContributorModel
*/
'photoThumbnail'?: string | null;
/**
*
* @type {string}
* @memberof ContributorModel
*/
'website'?: string | null;
/**
*
* @type {number}
* @memberof ContributorModel
*/
'order'?: number;
/**
*
* @type {AuditableEntity}
* @memberof ContributorModel
*/
'auditableEntity'?: AuditableEntity;
/**
*
* @type {string}
* @memberof ContributorModel
*/
'description'?: string | null;
/**
*
* @type {string}
* @memberof ContributorModel
*/
'overview'?: string | null;
/**
*
* @type {string}
* @memberof ContributorModel
*/
'content'?: string | null;
}
//# sourceMappingURL=contributor-model.d.ts.map