UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
26 lines (25 loc) 802 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. */ /** * Timestamp to end search at * @export * @interface EndTimestamp */ export interface EndTimestamp { } /** * Check if a given object implements the EndTimestamp interface. */ export declare function instanceOfEndTimestamp(value: object): boolean; export declare function EndTimestampFromJSON(json: any): EndTimestamp; export declare function EndTimestampFromJSONTyped(json: any, ignoreDiscriminator: boolean): EndTimestamp; export declare function EndTimestampToJSON(value?: EndTimestamp | null): any;