UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
40 lines (39 loc) 1.31 kB
"use strict"; /* tslint:disable */ /* eslint-disable */ /** * AskNews API * AskNews API [![status](https://status.asknews.app/api/badge/2/status?style=for-the-badge)](https://status.asknews.app/status/prod) * * The version of the OpenAPI document: 0.24.66 * 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.Stop1ToJSONTyped = 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(json) { return Stop1ToJSONTyped(json, false); } exports.Stop1ToJSON = Stop1ToJSON; function Stop1ToJSONTyped(value, ignoreDiscriminator = false) { return value; } exports.Stop1ToJSONTyped = Stop1ToJSONTyped;