UNPKG

ch-api-client-typescript2

Version:
92 lines 1.96 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 { AuditableEntityModel } from './auditable-entity-model'; /** * * @export * @interface FaqCategoryItemModel */ export interface FaqCategoryItemModel { /** * * @type {string} * @memberof FaqCategoryItemModel */ 'id'?: string; /** * * @type {string} * @memberof FaqCategoryItemModel */ 'languageCode'?: string | null; /** * * @type {string} * @memberof FaqCategoryItemModel */ 'name'?: string | null; /** * * @type {string} * @memberof FaqCategoryItemModel */ 'slug'?: string | null; /** * * @type {boolean} * @memberof FaqCategoryItemModel */ 'confirmed'?: boolean; /** * * @type {string} * @memberof FaqCategoryItemModel */ 'parentId'?: string | null; /** * * @type {number} * @memberof FaqCategoryItemModel */ 'order'?: number; /** * * @type {string} * @memberof FaqCategoryItemModel */ 'hospitalId'?: string; /** * * @type {string} * @memberof FaqCategoryItemModel */ 'hospitalName'?: string | null; /** * * @type {string} * @memberof FaqCategoryItemModel */ 'hospitalSlug'?: string | null; /** * * @type {string} * @memberof FaqCategoryItemModel */ 'hospitalWebsiteUrl'?: string | null; /** * * @type {AuditableEntityModel} * @memberof FaqCategoryItemModel */ 'auditableEntity'?: AuditableEntityModel; } //# sourceMappingURL=faq-category-item-model.d.ts.map