UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
29 lines (28 loc) 714 B
/* 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. */ /** * Check if a given object implements the CutoffDate interface. */ export function instanceOfCutoffDate(value) { return true; } export function CutoffDateFromJSON(json) { return CutoffDateFromJSONTyped(json, false); } export function CutoffDateFromJSONTyped(json, ignoreDiscriminator) { return json; } export function CutoffDateToJSON(value) { return value; }