UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
26 lines (25 loc) 826 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 start search from * @export * @interface StartTimestamp */ export interface StartTimestamp { } /** * Check if a given object implements the StartTimestamp interface. */ export declare function instanceOfStartTimestamp(value: object): boolean; export declare function StartTimestampFromJSON(json: any): StartTimestamp; export declare function StartTimestampFromJSONTyped(json: any, ignoreDiscriminator: boolean): StartTimestamp; export declare function StartTimestampToJSON(value?: StartTimestamp | null): any;