@emergentmethods/asknews-typescript-sdk
Version:
Typescript SDK for AskNews API
40 lines (39 loc) • 1.42 kB
JavaScript
/* tslint:disable */
/* eslint-disable */
/**
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.21.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.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ReportingVoice1ToJSONTyped = exports.ReportingVoice1ToJSON = exports.ReportingVoice1FromJSONTyped = exports.ReportingVoice1FromJSON = exports.instanceOfReportingVoice1 = void 0;
/**
* Check if a given object implements the ReportingVoice1 interface.
*/
function instanceOfReportingVoice1(value) {
return true;
}
exports.instanceOfReportingVoice1 = instanceOfReportingVoice1;
function ReportingVoice1FromJSON(json) {
return ReportingVoice1FromJSONTyped(json, false);
}
exports.ReportingVoice1FromJSON = ReportingVoice1FromJSON;
function ReportingVoice1FromJSONTyped(json, ignoreDiscriminator) {
return json;
}
exports.ReportingVoice1FromJSONTyped = ReportingVoice1FromJSONTyped;
function ReportingVoice1ToJSON(json) {
return ReportingVoice1ToJSONTyped(json, false);
}
exports.ReportingVoice1ToJSON = ReportingVoice1ToJSON;
function ReportingVoice1ToJSONTyped(value, ignoreDiscriminator = false) {
return value;
}
exports.ReportingVoice1ToJSONTyped = ReportingVoice1ToJSONTyped;
;