ch-api-client-typescript2
Version:
Openapi generated typescript-axios client for CloudHospital
35 lines • 1.14 kB
TypeScript
/**
* 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.
*/
/**
*
* @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