UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
40 lines (39 loc) 1.35 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.Offset5ToJSONTyped = exports.Offset5ToJSON = exports.Offset5FromJSONTyped = exports.Offset5FromJSON = exports.instanceOfOffset5 = void 0; /** * Check if a given object implements the Offset5 interface. */ function instanceOfOffset5(value) { return true; } exports.instanceOfOffset5 = instanceOfOffset5; function Offset5FromJSON(json) { return Offset5FromJSONTyped(json, false); } exports.Offset5FromJSON = Offset5FromJSON; function Offset5FromJSONTyped(json, ignoreDiscriminator) { return json; } exports.Offset5FromJSONTyped = Offset5FromJSONTyped; function Offset5ToJSON(json) { return Offset5ToJSONTyped(json, false); } exports.Offset5ToJSON = Offset5ToJSON; function Offset5ToJSONTyped(value, ignoreDiscriminator = false) { return value; } exports.Offset5ToJSONTyped = Offset5ToJSONTyped;