UNPKG

ch-api-client-typescript2

Version:
33 lines 943 B
/** * 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 { PagedListMetaData } from './paged-list-meta-data'; import { SpecialtyItemSimpleModel } from './specialty-item-simple-model'; /** * * @export * @interface SpecialtiesSimpleModel */ export interface SpecialtiesSimpleModel { /** * * @type {Array<SpecialtyItemSimpleModel>} * @memberof SpecialtiesSimpleModel */ 'items'?: Array<SpecialtyItemSimpleModel> | null; /** * * @type {PagedListMetaData} * @memberof SpecialtiesSimpleModel */ 'metaData'?: PagedListMetaData; } //# sourceMappingURL=specialties-simple-model.d.ts.map