@emergentmethods/asknews-typescript-sdk
Version:
Typescript SDK for AskNews API
26 lines (25 loc) • 834 B
TypeScript
/**
* 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.
*/
/**
* Start timestamp to filter by
* @export
* @interface StartTimestamp1
*/
export interface StartTimestamp1 {
}
/**
* Check if a given object implements the StartTimestamp1 interface.
*/
export declare function instanceOfStartTimestamp1(value: object): boolean;
export declare function StartTimestamp1FromJSON(json: any): StartTimestamp1;
export declare function StartTimestamp1FromJSONTyped(json: any, ignoreDiscriminator: boolean): StartTimestamp1;
export declare function StartTimestamp1ToJSON(value?: StartTimestamp1 | null): any;