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.Offset4ToJSONTyped = exports.Offset4ToJSON = exports.Offset4FromJSONTyped = exports.Offset4FromJSON = exports.instanceOfOffset4 = void 0; /** * Check if a given object implements the Offset4 interface. */ function instanceOfOffset4(value) { return true; } exports.instanceOfOffset4 = instanceOfOffset4; function Offset4FromJSON(json) { return Offset4FromJSONTyped(json, false); } exports.Offset4FromJSON = Offset4FromJSON; function Offset4FromJSONTyped(json, ignoreDiscriminator) { return json; } exports.Offset4FromJSONTyped = Offset4FromJSONTyped; function Offset4ToJSON(json) { return Offset4ToJSONTyped(json, false); } exports.Offset4ToJSON = Offset4ToJSON; function Offset4ToJSONTyped(value, ignoreDiscriminator = false) { return value; } exports.Offset4ToJSONTyped = Offset4ToJSONTyped;