UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
27 lines (26 loc) 1.08 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 ReportingVoice */ export interface ReportingVoice { } /** * Check if a given object implements the ReportingVoice interface. */ export declare function instanceOfReportingVoice(value: object): value is ReportingVoice; export declare function ReportingVoiceFromJSON(json: any): ReportingVoice; export declare function ReportingVoiceFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReportingVoice; export declare function ReportingVoiceToJSON(json: any): ReportingVoice; export declare function ReportingVoiceToJSONTyped(value?: ReportingVoice | null, ignoreDiscriminator?: boolean): any;