UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
26 lines (25 loc) 742 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. */ /** * The end date in ISO format * @export * @interface DateTo */ export interface DateTo { } /** * Check if a given object implements the DateTo interface. */ export declare function instanceOfDateTo(value: object): boolean; export declare function DateToFromJSON(json: any): DateTo; export declare function DateToFromJSONTyped(json: any, ignoreDiscriminator: boolean): DateTo; export declare function DateToToJSON(value?: DateTo | null): any;