UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
40 lines (39 loc) 1.23 kB
"use strict"; /* tslint:disable */ /* eslint-disable */ /** * AskNews API * AskNews API * * The version of the OpenAPI document: 0.21.1 * 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.Offset1ToJSONTyped = exports.Offset1ToJSON = exports.Offset1FromJSONTyped = exports.Offset1FromJSON = exports.instanceOfOffset1 = void 0; /** * Check if a given object implements the Offset1 interface. */ function instanceOfOffset1(value) { return true; } exports.instanceOfOffset1 = instanceOfOffset1; function Offset1FromJSON(json) { return Offset1FromJSONTyped(json, false); } exports.Offset1FromJSON = Offset1FromJSON; function Offset1FromJSONTyped(json, ignoreDiscriminator) { return json; } exports.Offset1FromJSONTyped = Offset1FromJSONTyped; function Offset1ToJSON(json) { return Offset1ToJSONTyped(json, false); } exports.Offset1ToJSON = Offset1ToJSON; function Offset1ToJSONTyped(value, ignoreDiscriminator = false) { return value; } exports.Offset1ToJSONTyped = Offset1ToJSONTyped;