UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
36 lines (35 loc) 990 B
"use strict"; /* tslint:disable */ /* eslint-disable */ /** * AskNews API * AskNews API * * The version of the OpenAPI document: 0.9.1 * 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.NameToJSON = exports.NameFromJSONTyped = exports.NameFromJSON = exports.instanceOfName = void 0; /** * Check if a given object implements the Name interface. */ function instanceOfName(value) { return true; } exports.instanceOfName = instanceOfName; function NameFromJSON(json) { return NameFromJSONTyped(json, false); } exports.NameFromJSON = NameFromJSON; function NameFromJSONTyped(json, ignoreDiscriminator) { return json; } exports.NameFromJSONTyped = NameFromJSONTyped; function NameToJSON(value) { return value; } exports.NameToJSON = NameToJSON;