UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
36 lines (35 loc) 1.04 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.ReplyToToJSON = exports.ReplyToFromJSONTyped = exports.ReplyToFromJSON = exports.instanceOfReplyTo = void 0; /** * Check if a given object implements the ReplyTo interface. */ function instanceOfReplyTo(value) { return true; } exports.instanceOfReplyTo = instanceOfReplyTo; function ReplyToFromJSON(json) { return ReplyToFromJSONTyped(json, false); } exports.ReplyToFromJSON = ReplyToFromJSON; function ReplyToFromJSONTyped(json, ignoreDiscriminator) { return json; } exports.ReplyToFromJSONTyped = ReplyToFromJSONTyped; function ReplyToToJSON(value) { return value; } exports.ReplyToToJSON = ReplyToToJSON;