UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
26 lines (25 loc) 869 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. */ /** * Additional context to use for the forecast. * @export * @interface AdditionalContext */ export interface AdditionalContext { } /** * Check if a given object implements the AdditionalContext interface. */ export declare function instanceOfAdditionalContext(value: object): boolean; export declare function AdditionalContextFromJSON(json: any): AdditionalContext; export declare function AdditionalContextFromJSONTyped(json: any, ignoreDiscriminator: boolean): AdditionalContext; export declare function AdditionalContextToJSON(value?: AdditionalContext | null): any;