UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
26 lines (25 loc) 806 B
/** * AskNews API * AskNews API * * The version of the OpenAPI document: 0.18.6 * 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. */ /** * * @export * @interface ReportingVoice1 */ export interface ReportingVoice1 { } /** * Check if a given object implements the ReportingVoice1 interface. */ export declare function instanceOfReportingVoice1(value: object): boolean; export declare function ReportingVoice1FromJSON(json: any): ReportingVoice1; export declare function ReportingVoice1FromJSONTyped(json: any, ignoreDiscriminator: boolean): ReportingVoice1; export declare function ReportingVoice1ToJSON(value?: ReportingVoice1 | null): any;