ch-admin-api-client-typescript
Version:
Openapi generated typescript-axios client for CloudHospital admin
35 lines • 1.15 kB
TypeScript
/**
* 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 SurveyFormElementTypes: {
readonly SingleLineText: "SingleLineText";
readonly MultiLineText: "MultiLineText";
readonly Email: "Email";
readonly DateTime: "DateTime";
readonly Date: "Date";
readonly Time: "Time";
readonly NumberInteger: "NumberInteger";
readonly NumberFloat: "NumberFloat";
readonly Select: "Select";
readonly Checkbox: "Checkbox";
readonly Radio: "Radio";
readonly File: "File";
readonly Countries: "Countries";
readonly Phone: "Phone";
readonly HospitalContacts: "HospitalContacts";
};
export type SurveyFormElementTypes = typeof SurveyFormElementTypes[keyof typeof SurveyFormElementTypes];
//# sourceMappingURL=survey-form-element-types.d.ts.map