UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
27 lines (26 loc) 1.09 kB
/** * 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. */ /** * Type of reporting voice to filer by. * @export * @interface ReportingVoice2 */ export interface ReportingVoice2 { } /** * Check if a given object implements the ReportingVoice2 interface. */ export declare function instanceOfReportingVoice2(value: object): value is ReportingVoice2; export declare function ReportingVoice2FromJSON(json: any): ReportingVoice2; export declare function ReportingVoice2FromJSONTyped(json: any, ignoreDiscriminator: boolean): ReportingVoice2; export declare function ReportingVoice2ToJSON(json: any): ReportingVoice2; export declare function ReportingVoice2ToJSONTyped(value?: ReportingVoice2 | null, ignoreDiscriminator?: boolean): any;