UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
32 lines (31 loc) 824 B
/* tslint:disable */ /* eslint-disable */ /** * AskNews API * AskNews API * * The version of the OpenAPI document: 0.19.10 * 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 ThreadId interface. */ export function instanceOfThreadId(value) { return true; } export function ThreadIdFromJSON(json) { return ThreadIdFromJSONTyped(json, false); } export function ThreadIdFromJSONTyped(json, ignoreDiscriminator) { return json; } export function ThreadIdToJSON(json) { return ThreadIdToJSONTyped(json, false); } export function ThreadIdToJSONTyped(value, ignoreDiscriminator = false) { return value; }