UNPKG

ch-api-client-typescript2

Version:
28 lines 1 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. */ /** * Values: - `All`: All - `GeneralHealth`: GeneralHealth - `Beauty`: Beauty - `Tech`: Tech - `MedicalContent`: MedicalContent - `Press`: Press - `Insights`: Insights - `News`: News * @export * @enum {string} */ export declare const ArticleType: { readonly All: "All"; readonly GeneralHealth: "GeneralHealth"; readonly Beauty: "Beauty"; readonly Tech: "Tech"; readonly MedicalContent: "MedicalContent"; readonly Press: "Press"; readonly Insights: "Insights"; readonly News: "News"; }; export type ArticleType = typeof ArticleType[keyof typeof ArticleType]; //# sourceMappingURL=article-type.d.ts.map