fastcomments-sdk
Version:
FastComments API Client - A SDK for interacting with the FastComments API
39 lines • 1.6 kB
JavaScript
;
/* tslint:disable */
/* eslint-disable */
/**
* fastcomments
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 0.0.0
*
*
* 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.instanceOfBannedUserMatchMatchedOnValue = instanceOfBannedUserMatchMatchedOnValue;
exports.BannedUserMatchMatchedOnValueFromJSON = BannedUserMatchMatchedOnValueFromJSON;
exports.BannedUserMatchMatchedOnValueFromJSONTyped = BannedUserMatchMatchedOnValueFromJSONTyped;
exports.BannedUserMatchMatchedOnValueToJSON = BannedUserMatchMatchedOnValueToJSON;
exports.BannedUserMatchMatchedOnValueToJSONTyped = BannedUserMatchMatchedOnValueToJSONTyped;
/**
* Check if a given object implements the BannedUserMatchMatchedOnValue interface.
*/
function instanceOfBannedUserMatchMatchedOnValue(value) {
return true;
}
function BannedUserMatchMatchedOnValueFromJSON(json) {
return BannedUserMatchMatchedOnValueFromJSONTyped(json, false);
}
function BannedUserMatchMatchedOnValueFromJSONTyped(json, ignoreDiscriminator) {
return json;
}
function BannedUserMatchMatchedOnValueToJSON(json) {
return BannedUserMatchMatchedOnValueToJSONTyped(json, false);
}
function BannedUserMatchMatchedOnValueToJSONTyped(value, ignoreDiscriminator = false) {
return value;
}
//# sourceMappingURL=BannedUserMatchMatchedOnValue.js.map