UNPKG

fastcomments-sdk

Version:

FastComments API Client - A SDK for interacting with the FastComments API

54 lines 1.8 kB
"use strict"; /* tslint:disable */ /* eslint-disable */ /** * fastcomments * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.QuestionWhenSave = void 0; exports.instanceOfQuestionWhenSave = instanceOfQuestionWhenSave; exports.QuestionWhenSaveFromJSON = QuestionWhenSaveFromJSON; exports.QuestionWhenSaveFromJSONTyped = QuestionWhenSaveFromJSONTyped; exports.QuestionWhenSaveToJSON = QuestionWhenSaveToJSON; exports.QuestionWhenSaveToJSONTyped = QuestionWhenSaveToJSONTyped; /** * * @export * @enum {string} */ var QuestionWhenSave; (function (QuestionWhenSave) { QuestionWhenSave[QuestionWhenSave["NUMBER_0"] = 0] = "NUMBER_0"; QuestionWhenSave[QuestionWhenSave["NUMBER_1"] = 1] = "NUMBER_1"; })(QuestionWhenSave || (exports.QuestionWhenSave = QuestionWhenSave = {})); function instanceOfQuestionWhenSave(value) { for (const key in QuestionWhenSave) { if (Object.prototype.hasOwnProperty.call(QuestionWhenSave, key)) { if (QuestionWhenSave[key] === value) { return true; } } } return false; } function QuestionWhenSaveFromJSON(json) { return QuestionWhenSaveFromJSONTyped(json, false); } function QuestionWhenSaveFromJSONTyped(json, ignoreDiscriminator) { return json; } function QuestionWhenSaveToJSON(value) { return value; } function QuestionWhenSaveToJSONTyped(value, ignoreDiscriminator) { return value; } //# sourceMappingURL=QuestionWhenSave.js.map