UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
40 lines (39 loc) 1.38 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.Sources2ToJSONTyped = exports.Sources2ToJSON = exports.Sources2FromJSONTyped = exports.Sources2FromJSON = exports.instanceOfSources2 = void 0; /** * Check if a given object implements the Sources2 interface. */ function instanceOfSources2(value) { return true; } exports.instanceOfSources2 = instanceOfSources2; function Sources2FromJSON(json) { return Sources2FromJSONTyped(json, false); } exports.Sources2FromJSON = Sources2FromJSON; function Sources2FromJSONTyped(json, ignoreDiscriminator) { return json; } exports.Sources2FromJSONTyped = Sources2FromJSONTyped; function Sources2ToJSON(json) { return Sources2ToJSONTyped(json, false); } exports.Sources2ToJSON = Sources2ToJSON; function Sources2ToJSONTyped(value, ignoreDiscriminator = false) { return value; } exports.Sources2ToJSONTyped = Sources2ToJSONTyped;