UNPKG

ch-admin-api-client-typescript

Version:
25 lines 749 B
/** * 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. */ /** * * @export * @enum {string} */ export declare const Duration: { readonly CurrentMonth: "Current_Month"; readonly Last3Month: "Last_3_Month"; readonly Last6Month: "Last_6_Month"; readonly Last9Month: "Last_9_Month"; readonly Last12Month: "Last_12_Month"; }; export type Duration = typeof Duration[keyof typeof Duration]; //# sourceMappingURL=duration.d.ts.map