UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
40 lines (39 loc) 1.31 kB
"use strict"; /* 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.66 * 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. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.User1ToJSONTyped = exports.User1ToJSON = exports.User1FromJSONTyped = exports.User1FromJSON = exports.instanceOfUser1 = void 0; /** * Check if a given object implements the User1 interface. */ function instanceOfUser1(value) { return true; } exports.instanceOfUser1 = instanceOfUser1; function User1FromJSON(json) { return User1FromJSONTyped(json, false); } exports.User1FromJSON = User1FromJSON; function User1FromJSONTyped(json, ignoreDiscriminator) { return json; } exports.User1FromJSONTyped = User1FromJSONTyped; function User1ToJSON(json) { return User1ToJSONTyped(json, false); } exports.User1ToJSON = User1ToJSON; function User1ToJSONTyped(value, ignoreDiscriminator = false) { return value; } exports.User1ToJSONTyped = User1ToJSONTyped;