UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
36 lines (35 loc) 1.14 kB
"use strict"; /* tslint:disable */ /* eslint-disable */ /** * AskNews API * AskNews API * * The version of the OpenAPI document: 0.18.6 * Contact: contact@emergentmethods.ai * * 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.BadDomainUrlToJSON = exports.BadDomainUrlFromJSONTyped = exports.BadDomainUrlFromJSON = exports.instanceOfBadDomainUrl = void 0; /** * Check if a given object implements the BadDomainUrl interface. */ function instanceOfBadDomainUrl(value) { return true; } exports.instanceOfBadDomainUrl = instanceOfBadDomainUrl; function BadDomainUrlFromJSON(json) { return BadDomainUrlFromJSONTyped(json, false); } exports.BadDomainUrlFromJSON = BadDomainUrlFromJSON; function BadDomainUrlFromJSONTyped(json, ignoreDiscriminator) { return json; } exports.BadDomainUrlFromJSONTyped = BadDomainUrlFromJSONTyped; function BadDomainUrlToJSON(value) { return value; } exports.BadDomainUrlToJSON = BadDomainUrlToJSON;