UNPKG

fastcomments-sdk

Version:

FastComments API Client - A SDK for interacting with the FastComments API

27 lines 1.23 kB
/** * 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. */ /** * * @export * @interface BannedUserMatchMatchedOnValue */ export interface BannedUserMatchMatchedOnValue { } /** * Check if a given object implements the BannedUserMatchMatchedOnValue interface. */ export declare function instanceOfBannedUserMatchMatchedOnValue(value: object): value is BannedUserMatchMatchedOnValue; export declare function BannedUserMatchMatchedOnValueFromJSON(json: any): BannedUserMatchMatchedOnValue; export declare function BannedUserMatchMatchedOnValueFromJSONTyped(json: any, ignoreDiscriminator: boolean): BannedUserMatchMatchedOnValue; export declare function BannedUserMatchMatchedOnValueToJSON(json: any): BannedUserMatchMatchedOnValue; export declare function BannedUserMatchMatchedOnValueToJSONTyped(value?: BannedUserMatchMatchedOnValue | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=BannedUserMatchMatchedOnValue.d.ts.map