UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
27 lines (26 loc) 921 B
/** * AskNews API * AskNews API * * The version of the OpenAPI document: 0.21.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 Classification */ export interface Classification { } /** * Check if a given object implements the Classification interface. */ export declare function instanceOfClassification(value: object): value is Classification; export declare function ClassificationFromJSON(json: any): Classification; export declare function ClassificationFromJSONTyped(json: any, ignoreDiscriminator: boolean): Classification; export declare function ClassificationToJSON(json: any): Classification; export declare function ClassificationToJSONTyped(value?: Classification | null, ignoreDiscriminator?: boolean): any;