UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
32 lines (31 loc) 927 B
/* tslint:disable */ /* eslint-disable */ /** * 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. */ /** * Check if a given object implements the Offset interface. */ export function instanceOfOffset(value) { return true; } export function OffsetFromJSON(json) { return OffsetFromJSONTyped(json, false); } export function OffsetFromJSONTyped(json, ignoreDiscriminator) { return json; } export function OffsetToJSON(json) { return OffsetToJSONTyped(json, false); } export function OffsetToJSONTyped(value, ignoreDiscriminator = false) { return value; }