UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
29 lines (28 loc) 697 B
/* tslint:disable */ /* eslint-disable */ /** * AskNews API * AskNews API * * The version of the OpenAPI document: 0.18.6 * 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 ReplyTo interface. */ export function instanceOfReplyTo(value) { return true; } export function ReplyToFromJSON(json) { return ReplyToFromJSONTyped(json, false); } export function ReplyToFromJSONTyped(json, ignoreDiscriminator) { return json; } export function ReplyToToJSON(value) { return value; }