UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
26 lines (25 loc) 746 B
/** * AskNews API * AskNews API * * The version of the OpenAPI document: 0.18.6 * 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 Sentiment */ export interface Sentiment { } /** * Check if a given object implements the Sentiment interface. */ export declare function instanceOfSentiment(value: object): boolean; export declare function SentimentFromJSON(json: any): Sentiment; export declare function SentimentFromJSONTyped(json: any, ignoreDiscriminator: boolean): Sentiment; export declare function SentimentToJSON(value?: Sentiment | null): any;