UNPKG

ch-admin-api-client-typescript

Version:
38 lines 1.2 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. */ /** * * @export * @enum {string} */ export declare const PageBlockType: { readonly Title: "Title"; readonly Title1: "Title1"; readonly Title2: "Title2"; readonly Title3: "Title3"; readonly Title4: "Title4"; readonly About: "About"; readonly ListItem: "ListItem"; readonly DialogCard: "DialogCard"; readonly Form: "Form"; readonly MediasCard: "MediasCard"; readonly StatsCard: "StatsCard"; readonly Doctors: "Doctors"; readonly Articles: "Articles"; readonly Specialties: "Specialties"; readonly Services: "Services"; readonly SurgeryReviews: "SurgeryReviews"; readonly Deals: "Deals"; readonly ServicePhotoReviews: "ServicePhotoReviews"; }; export type PageBlockType = typeof PageBlockType[keyof typeof PageBlockType]; //# sourceMappingURL=page-block-type.d.ts.map