/**
 * 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.
 */
import type { CustomConfigParameters } from './CustomConfigParameters';
import type { APIStatus } from './APIStatus';
/**
 *
 * @export
 * @interface GetPendingWebhookEventCountResponse1
 */
export interface GetPendingWebhookEventCountResponse1 {
    /**
     *
     * @type {APIStatus}
     * @memberof GetPendingWebhookEventCountResponse1
     */
    status: APIStatus;
    /**
     *
     * @type {number}
     * @memberof GetPendingWebhookEventCountResponse1
     */
    count: number;
    /**
     *
     * @type {string}
     * @memberof GetPendingWebhookEventCountResponse1
     */
    reason: string;
    /**
     *
     * @type {string}
     * @memberof GetPendingWebhookEventCountResponse1
     */
    code: string;
    /**
     *
     * @type {string}
     * @memberof GetPendingWebhookEventCountResponse1
     */
    secondaryCode?: string;
    /**
     *
     * @type {number}
     * @memberof GetPendingWebhookEventCountResponse1
     */
    bannedUntil?: number;
    /**
     *
     * @type {number}
     * @memberof GetPendingWebhookEventCountResponse1
     */
    maxCharacterLength?: number;
    /**
     *
     * @type {string}
     * @memberof GetPendingWebhookEventCountResponse1
     */
    translatedError?: string;
    /**
     *
     * @type {CustomConfigParameters}
     * @memberof GetPendingWebhookEventCountResponse1
     */
    customConfig?: CustomConfigParameters;
}
/**
 * Check if a given object implements the GetPendingWebhookEventCountResponse1 interface.
 */
export declare function instanceOfGetPendingWebhookEventCountResponse1(value: object): value is GetPendingWebhookEventCountResponse1;
export declare function GetPendingWebhookEventCountResponse1FromJSON(json: any): GetPendingWebhookEventCountResponse1;
export declare function GetPendingWebhookEventCountResponse1FromJSONTyped(json: any, ignoreDiscriminator: boolean): GetPendingWebhookEventCountResponse1;
export declare function GetPendingWebhookEventCountResponse1ToJSON(json: any): GetPendingWebhookEventCountResponse1;
export declare function GetPendingWebhookEventCountResponse1ToJSONTyped(value?: GetPendingWebhookEventCountResponse1 | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetPendingWebhookEventCountResponse1.d.ts.map