@emergentmethods/asknews-typescript-sdk
Version:
Typescript SDK for AskNews API
32 lines (31 loc) • 840 B
JavaScript
/* tslint:disable */
/* eslint-disable */
/**
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.19.10
* 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 DomainUrl1 interface.
*/
export function instanceOfDomainUrl1(value) {
return true;
}
export function DomainUrl1FromJSON(json) {
return DomainUrl1FromJSONTyped(json, false);
}
export function DomainUrl1FromJSONTyped(json, ignoreDiscriminator) {
return json;
}
export function DomainUrl1ToJSON(json) {
return DomainUrl1ToJSONTyped(json, false);
}
export function DomainUrl1ToJSONTyped(value, ignoreDiscriminator = false) {
return value;
}