UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
27 lines (26 loc) 844 B
/** * AskNews API * AskNews API * * The version of the OpenAPI document: 0.19.10 * 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 Sources1 */ export interface Sources1 { } /** * Check if a given object implements the Sources1 interface. */ export declare function instanceOfSources1(value: object): value is Sources1; export declare function Sources1FromJSON(json: any): Sources1; export declare function Sources1FromJSONTyped(json: any, ignoreDiscriminator: boolean): Sources1; export declare function Sources1ToJSON(json: any): Sources1; export declare function Sources1ToJSONTyped(value?: Sources1 | null, ignoreDiscriminator?: boolean): any;