/**
 * 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 { QuestionDatum } from './question-datum';
/**
 *
 * @export
 * @interface QuestionResultAggregationOverall
 */
export interface QuestionResultAggregationOverall {
    /**
     * Construct a type with a set of properties K of type T
     * @type {{ [key: string]: QuestionDatum; }}
     * @memberof QuestionResultAggregationOverall
     */
    'dataByDateBucket'?: {
        [key: string]: QuestionDatum;
    };
    /**
     * Construct a type with a set of properties K of type T
     * @type {{ [key: string]: QuestionDatum; }}
     * @memberof QuestionResultAggregationOverall
     */
    'dataByUrlId'?: {
        [key: string]: QuestionDatum;
    };
    /**
     *
     * @type {{ [key: string]: number; }}
     * @memberof QuestionResultAggregationOverall
     */
    'countsByValue'?: {
        [key: string]: number;
    };
    /**
     *
     * @type {number}
     * @memberof QuestionResultAggregationOverall
     */
    'total': number;
    /**
     *
     * @type {number}
     * @memberof QuestionResultAggregationOverall
     */
    'average'?: number;
    /**
     *
     * @type {string}
     * @memberof QuestionResultAggregationOverall
     */
    'createdAt': string;
}
//# sourceMappingURL=question-result-aggregation-overall.d.ts.map