@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
13 lines (12 loc) • 445 B
JavaScript
/** Type of the answer */
export var AnswerTypeEnum;
(function (AnswerTypeEnum) {
AnswerTypeEnum["boolean"] = "boolean";
AnswerTypeEnum["date"] = "date";
AnswerTypeEnum["datetime"] = "datetime";
AnswerTypeEnum["double"] = "double";
AnswerTypeEnum["enum"] = "enum";
AnswerTypeEnum["long"] = "long";
AnswerTypeEnum["string"] = "string";
AnswerTypeEnum["text"] = "text";
})(AnswerTypeEnum || (AnswerTypeEnum = {}));