@emergentmethods/asknews-typescript-sdk
Version:
Typescript SDK for AskNews API
40 lines (39 loc) • 1.35 kB
JavaScript
;
/* tslint:disable */
/* eslint-disable */
/**
* AskNews API
* AskNews API [](https://status.asknews.app/status/prod)
*
* The version of the OpenAPI document: 0.24.66
* 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.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.Report1ToJSONTyped = exports.Report1ToJSON = exports.Report1FromJSONTyped = exports.Report1FromJSON = exports.instanceOfReport1 = void 0;
/**
* Check if a given object implements the Report1 interface.
*/
function instanceOfReport1(value) {
return true;
}
exports.instanceOfReport1 = instanceOfReport1;
function Report1FromJSON(json) {
return Report1FromJSONTyped(json, false);
}
exports.Report1FromJSON = Report1FromJSON;
function Report1FromJSONTyped(json, ignoreDiscriminator) {
return json;
}
exports.Report1FromJSONTyped = Report1FromJSONTyped;
function Report1ToJSON(json) {
return Report1ToJSONTyped(json, false);
}
exports.Report1ToJSON = Report1ToJSON;
function Report1ToJSONTyped(value, ignoreDiscriminator = false) {
return value;
}
exports.Report1ToJSONTyped = Report1ToJSONTyped;