UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
26 lines (25 loc) 725 B
/** * AskNews API * AskNews API * * The version of the OpenAPI document: 0.9.1 * 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 AsDicts */ export interface AsDicts { } /** * Check if a given object implements the AsDicts interface. */ export declare function instanceOfAsDicts(value: object): boolean; export declare function AsDictsFromJSON(json: any): AsDicts; export declare function AsDictsFromJSONTyped(json: any, ignoreDiscriminator: boolean): AsDicts; export declare function AsDictsToJSON(value?: AsDicts | null): any;