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