/**
 * 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 './custom-config-parameters';
import type { ImportedAPIStatusFAILED } from './imported-apistatus-failed';
import type { RecordStringBeforeStringOrNullAfterStringOrNullValue } from './record-string-before-string-or-null-after-string-or-null-value';
/**
 *
 * @export
 * @interface PinComment200Response
 */
export interface PinComment200Response {
    /**
     * Construct a type with a set of properties K of type T
     * @type {{ [key: string]: RecordStringBeforeStringOrNullAfterStringOrNullValue; }}
     * @memberof PinComment200Response
     */
    'commentPositions': {
        [key: string]: RecordStringBeforeStringOrNullAfterStringOrNullValue;
    };
    /**
     *
     * @type {ImportedAPIStatusFAILED}
     * @memberof PinComment200Response
     */
    'status': ImportedAPIStatusFAILED;
    /**
     *
     * @type {string}
     * @memberof PinComment200Response
     */
    'reason': string;
    /**
     *
     * @type {string}
     * @memberof PinComment200Response
     */
    'code': string;
    /**
     *
     * @type {string}
     * @memberof PinComment200Response
     */
    'secondaryCode'?: string;
    /**
     *
     * @type {number}
     * @memberof PinComment200Response
     */
    'bannedUntil'?: number;
    /**
     *
     * @type {number}
     * @memberof PinComment200Response
     */
    'maxCharacterLength'?: number;
    /**
     *
     * @type {string}
     * @memberof PinComment200Response
     */
    'translatedError'?: string;
    /**
     *
     * @type {CustomConfigParameters}
     * @memberof PinComment200Response
     */
    'customConfig'?: CustomConfigParameters;
}
//# sourceMappingURL=pin-comment200-response.d.ts.map