UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
36 lines (35 loc) 1.1 kB
"use strict"; /* tslint:disable */ /* eslint-disable */ /** * AskNews API * AskNews API * * The version of the OpenAPI document: 0.9.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.CutoffDateToJSON = exports.CutoffDateFromJSONTyped = exports.CutoffDateFromJSON = exports.instanceOfCutoffDate = void 0; /** * Check if a given object implements the CutoffDate interface. */ function instanceOfCutoffDate(value) { return true; } exports.instanceOfCutoffDate = instanceOfCutoffDate; function CutoffDateFromJSON(json) { return CutoffDateFromJSONTyped(json, false); } exports.CutoffDateFromJSON = CutoffDateFromJSON; function CutoffDateFromJSONTyped(json, ignoreDiscriminator) { return json; } exports.CutoffDateFromJSONTyped = CutoffDateFromJSONTyped; function CutoffDateToJSON(value) { return value; } exports.CutoffDateToJSON = CutoffDateToJSON;