UNPKG

ch-api-client-typescript2

Version:
92 lines 2.21 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 { ContributionType } from './contribution-type'; /** * * @export * @interface GeneralArticleContributorItemModel */ export interface GeneralArticleContributorItemModel { /** * * @type {string} * @memberof GeneralArticleContributorItemModel */ 'generalArticleId'?: string; /** * * @type {string} * @memberof GeneralArticleContributorItemModel */ 'contributorId'?: string; /** * * @type {string} * @memberof GeneralArticleContributorItemModel */ 'languageCode'?: string | null; /** * * @type {string} * @memberof GeneralArticleContributorItemModel */ 'contributorName'?: string | null; /** * * @type {string} * @memberof GeneralArticleContributorItemModel */ 'contributorSlug'?: string | null; /** * * @type {boolean} * @memberof GeneralArticleContributorItemModel */ 'contributorIsConfirmed'?: boolean; /** * * @type {string} * @memberof GeneralArticleContributorItemModel */ 'contributorEmail'?: string | null; /** * * @type {string} * @memberof GeneralArticleContributorItemModel */ 'contributorPhoto'?: string | null; /** * * @type {string} * @memberof GeneralArticleContributorItemModel */ 'contributorPhotoThumbnail'?: string | null; /** * * @type {ContributionType} * @memberof GeneralArticleContributorItemModel */ 'type'?: ContributionType; /** * * @type {string} * @memberof GeneralArticleContributorItemModel */ 'filter'?: string | null; /** * * @type {number} * @memberof GeneralArticleContributorItemModel */ 'order'?: number; } //# sourceMappingURL=general-article-contributor-item-model.d.ts.map