/**
 * 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 GetGifLargeResponse
 */
export interface GetGifLargeResponse {
    /**
     *
     * @type {string}
     * @memberof GetGifLargeResponse
     */
    src: string;
    /**
     *
     * @type {APIStatus}
     * @memberof GetGifLargeResponse
     */
    status: APIStatus;
    /**
     *
     * @type {string}
     * @memberof GetGifLargeResponse
     */
    reason: string;
    /**
     *
     * @type {string}
     * @memberof GetGifLargeResponse
     */
    code: string;
    /**
     *
     * @type {string}
     * @memberof GetGifLargeResponse
     */
    secondaryCode?: string;
    /**
     *
     * @type {number}
     * @memberof GetGifLargeResponse
     */
    bannedUntil?: number;
    /**
     *
     * @type {number}
     * @memberof GetGifLargeResponse
     */
    maxCharacterLength?: number;
    /**
     *
     * @type {string}
     * @memberof GetGifLargeResponse
     */
    translatedError?: string;
    /**
     *
     * @type {CustomConfigParameters}
     * @memberof GetGifLargeResponse
     */
    customConfig?: CustomConfigParameters;
}
/**
 * Check if a given object implements the GetGifLargeResponse interface.
 */
export declare function instanceOfGetGifLargeResponse(value: object): value is GetGifLargeResponse;
export declare function GetGifLargeResponseFromJSON(json: any): GetGifLargeResponse;
export declare function GetGifLargeResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetGifLargeResponse;
export declare function GetGifLargeResponseToJSON(json: any): GetGifLargeResponse;
export declare function GetGifLargeResponseToJSONTyped(value?: GetGifLargeResponse | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetGifLargeResponse.d.ts.map