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.Offset2ToJSONTyped = exports.Offset2ToJSON = exports.Offset2FromJSONTyped = exports.Offset2FromJSON = exports.instanceOfOffset2 = void 0; /** * Check if a given object implements the Offset2 interface. */ function instanceOfOffset2(value) { return true; } exports.instanceOfOffset2 = instanceOfOffset2; function Offset2FromJSON(json) { return Offset2FromJSONTyped(json, false); } exports.Offset2FromJSON = Offset2FromJSON; function Offset2FromJSONTyped(json, ignoreDiscriminator) { return json; } exports.Offset2FromJSONTyped = Offset2FromJSONTyped; function Offset2ToJSON(json) { return Offset2ToJSONTyped(json, false); } exports.Offset2ToJSON = Offset2ToJSON; function Offset2ToJSONTyped(value, ignoreDiscriminator = false) { return value; } exports.Offset2ToJSONTyped = Offset2ToJSONTyped;