UNPKG

ch-api-client-typescript2

Version:
33 lines 847 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 { SitemapModel } from './sitemap-model'; /** * * @export * @interface SitemapsModel */ export interface SitemapsModel { /** * * @type {Array<SitemapModel>} * @memberof SitemapsModel */ 'items'?: Array<SitemapModel> | null; /** * * @type {PagedListMetaData} * @memberof SitemapsModel */ 'metaData'?: PagedListMetaData; } //# sourceMappingURL=sitemaps-model.d.ts.map