UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
40 lines (39 loc) 1.54 kB
"use strict"; /* tslint:disable */ /* eslint-disable */ /** * AskNews API * AskNews API [![status](https://status.asknews.app/api/badge/2/status?style=for-the-badge)](https://status.asknews.app/status/prod) * * The version of the OpenAPI document: 0.24.22 * 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.ReportingVoice2ToJSONTyped = exports.ReportingVoice2ToJSON = exports.ReportingVoice2FromJSONTyped = exports.ReportingVoice2FromJSON = exports.instanceOfReportingVoice2 = void 0; /** * Check if a given object implements the ReportingVoice2 interface. */ function instanceOfReportingVoice2(value) { return true; } exports.instanceOfReportingVoice2 = instanceOfReportingVoice2; function ReportingVoice2FromJSON(json) { return ReportingVoice2FromJSONTyped(json, false); } exports.ReportingVoice2FromJSON = ReportingVoice2FromJSON; function ReportingVoice2FromJSONTyped(json, ignoreDiscriminator) { return json; } exports.ReportingVoice2FromJSONTyped = ReportingVoice2FromJSONTyped; function ReportingVoice2ToJSON(json) { return ReportingVoice2ToJSONTyped(json, false); } exports.ReportingVoice2ToJSON = ReportingVoice2ToJSON; function ReportingVoice2ToJSONTyped(value, ignoreDiscriminator = false) { return value; } exports.ReportingVoice2ToJSONTyped = ReportingVoice2ToJSONTyped;