UNPKG

ch-admin-api-client-typescript

Version:
39 lines 1.01 kB
/** * 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 { NotificationModel } from './notification-model'; import { PagedListMetaData } from './paged-list-meta-data'; /** * * @export * @interface NotificationsModel */ export interface NotificationsModel { /** * * @type {Array<NotificationModel>} * @memberof NotificationsModel */ 'items'?: Array<NotificationModel> | null; /** * * @type {PagedListMetaData} * @memberof NotificationsModel */ 'metaData'?: PagedListMetaData; /** * * @type {number} * @memberof NotificationsModel */ 'unreadCount'?: number; } //# sourceMappingURL=notifications-model.d.ts.map