UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
29 lines (28 loc) 702 B
/* tslint:disable */ /* eslint-disable */ /** * 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. */ /** * Check if a given object implements the AsDicts1 interface. */ export function instanceOfAsDicts1(value) { return true; } export function AsDicts1FromJSON(json) { return AsDicts1FromJSONTyped(json, false); } export function AsDicts1FromJSONTyped(json, ignoreDiscriminator) { return json; } export function AsDicts1ToJSON(value) { return value; }