/**
 * 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 { APIStatus } from './APIStatus';
/**
 *
 * @export
 * @interface GetV2PageReacts
 */
export interface GetV2PageReacts {
    /**
     *
     * @type {Array<string>}
     * @memberof GetV2PageReacts
     */
    reactedIds?: Array<string>;
    /**
     * Construct a type with a set of properties K of type T
     * @type {{ [key: string]: number; }}
     * @memberof GetV2PageReacts
     */
    counts?: {
        [key: string]: number;
    };
    /**
     *
     * @type {APIStatus}
     * @memberof GetV2PageReacts
     */
    status: APIStatus;
}
/**
 * Check if a given object implements the GetV2PageReacts interface.
 */
export declare function instanceOfGetV2PageReacts(value: object): value is GetV2PageReacts;
export declare function GetV2PageReactsFromJSON(json: any): GetV2PageReacts;
export declare function GetV2PageReactsFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetV2PageReacts;
export declare function GetV2PageReactsToJSON(json: any): GetV2PageReacts;
export declare function GetV2PageReactsToJSONTyped(value?: GetV2PageReacts | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetV2PageReacts.d.ts.map