@emergentmethods/asknews-typescript-sdk
Version:
Typescript SDK for AskNews API
32 lines (31 loc) • 960 B
JavaScript
/* 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 ClusterProbabilitiesValue interface.
*/
export function instanceOfClusterProbabilitiesValue(value) {
return true;
}
export function ClusterProbabilitiesValueFromJSON(json) {
return ClusterProbabilitiesValueFromJSONTyped(json, false);
}
export function ClusterProbabilitiesValueFromJSONTyped(json, ignoreDiscriminator) {
return json;
}
export function ClusterProbabilitiesValueToJSON(json) {
return ClusterProbabilitiesValueToJSONTyped(json, false);
}
export function ClusterProbabilitiesValueToJSONTyped(value, ignoreDiscriminator = false) {
return value;
}