@emergentmethods/asknews-typescript-sdk
Version:
Typescript SDK for AskNews API
29 lines (28 loc) • 744 B
JavaScript
/* 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 StringGuarantee interface.
*/
export function instanceOfStringGuarantee(value) {
return true;
}
export function StringGuaranteeFromJSON(json) {
return StringGuaranteeFromJSONTyped(json, false);
}
export function StringGuaranteeFromJSONTyped(json, ignoreDiscriminator) {
return json;
}
export function StringGuaranteeToJSON(value) {
return value;
}