UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
26 lines (25 loc) 821 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. */ /** * End timestamp to filter results on. * @export * @interface EndTimestamp2 */ export interface EndTimestamp2 { } /** * Check if a given object implements the EndTimestamp2 interface. */ export declare function instanceOfEndTimestamp2(value: object): boolean; export declare function EndTimestamp2FromJSON(json: any): EndTimestamp2; export declare function EndTimestamp2FromJSONTyped(json: any, ignoreDiscriminator: boolean): EndTimestamp2; export declare function EndTimestamp2ToJSON(value?: EndTimestamp2 | null): any;