fastcomments-sdk
Version:
FastComments API Client - A SDK for interacting with the FastComments API
28 lines • 1.07 kB
TypeScript
/**
* 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
* @enum {string}
*/
export declare enum BannedUserMatchType {
userId = "userId",
email = "email",
email_wildcard = "email-wildcard",
IP = "IP"
}
export declare function instanceOfBannedUserMatchType(value: any): boolean;
export declare function BannedUserMatchTypeFromJSON(json: any): BannedUserMatchType;
export declare function BannedUserMatchTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): BannedUserMatchType;
export declare function BannedUserMatchTypeToJSON(value?: BannedUserMatchType | null): any;
export declare function BannedUserMatchTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): BannedUserMatchType;
//# sourceMappingURL=BannedUserMatchType.d.ts.map