UNPKG

ch-api-client-typescript2

Version:
38 lines 1.64 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: - `Title`: Title - `Title1`: Title1 - `Title2`: Title2 - `Title3`: Title3 - `Title4`: Title4 - `About`: About - `ListItem`: ListItem - `DialogCard`: DialogCard - `Form`: Form - `MediasCard`: MediasCard - `StatsCard`: StatsCard - `Doctors`: Doctors - `Articles`: Articles - `Specialties`: Specialties - `Services`: Services - `SurgeryReviews`: SurgeryReviews - `Deals`: Deals - `ServicePhotoReviews`: ServicePhotoReviews * @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