@emergentmethods/asknews-typescript-sdk
Version:
Typescript SDK for AskNews API
32 lines (31 loc) • 935 B
JavaScript
/* tslint:disable */
/* eslint-disable */
/**
* AskNews API
* AskNews API [](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.
*/
/**
* Check if a given object implements the Offset2 interface.
*/
export function instanceOfOffset2(value) {
return true;
}
export function Offset2FromJSON(json) {
return Offset2FromJSONTyped(json, false);
}
export function Offset2FromJSONTyped(json, ignoreDiscriminator) {
return json;
}
export function Offset2ToJSON(json) {
return Offset2ToJSONTyped(json, false);
}
export function Offset2ToJSONTyped(value, ignoreDiscriminator = false) {
return value;
}