UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
36 lines (35 loc) 1.01 kB
"use strict"; /* tslint:disable */ /* eslint-disable */ /** * AskNews API * AskNews API * * The version of the OpenAPI document: 0.18.14 * 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.Stop1ToJSON = exports.Stop1FromJSONTyped = exports.Stop1FromJSON = exports.instanceOfStop1 = void 0; /** * Check if a given object implements the Stop1 interface. */ function instanceOfStop1(value) { return true; } exports.instanceOfStop1 = instanceOfStop1; function Stop1FromJSON(json) { return Stop1FromJSONTyped(json, false); } exports.Stop1FromJSON = Stop1FromJSON; function Stop1FromJSONTyped(json, ignoreDiscriminator) { return json; } exports.Stop1FromJSONTyped = Stop1FromJSONTyped; function Stop1ToJSON(value) { return value; } exports.Stop1ToJSON = Stop1ToJSON;