UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
26 lines (25 loc) 812 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 by * @export * @interface EndTimestamp1 */ export interface EndTimestamp1 { } /** * Check if a given object implements the EndTimestamp1 interface. */ export declare function instanceOfEndTimestamp1(value: object): boolean; export declare function EndTimestamp1FromJSON(json: any): EndTimestamp1; export declare function EndTimestamp1FromJSONTyped(json: any, ignoreDiscriminator: boolean): EndTimestamp1; export declare function EndTimestamp1ToJSON(value?: EndTimestamp1 | null): any;