UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
27 lines (26 loc) 950 B
/** * AskNews API * AskNews API [![status](https://status.asknews.app/api/badge/2/status?style=for-the-badge)](https://status.asknews.app/status/prod) * * The version of the OpenAPI document: 0.24.22 * 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. */ /** * * @export * @interface Offset4 */ export interface Offset4 { } /** * Check if a given object implements the Offset4 interface. */ export declare function instanceOfOffset4(value: object): value is Offset4; export declare function Offset4FromJSON(json: any): Offset4; export declare function Offset4FromJSONTyped(json: any, ignoreDiscriminator: boolean): Offset4; export declare function Offset4ToJSON(json: any): Offset4; export declare function Offset4ToJSONTyped(value?: Offset4 | null, ignoreDiscriminator?: boolean): any;