/**
 * 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 { MetaItem } from './meta-item';
/**
 *
 * @export
 * @interface QuestionResult
 */
export interface QuestionResult {
    /**
     *
     * @type {string}
     * @memberof QuestionResult
     */
    '_id': string;
    /**
     *
     * @type {string}
     * @memberof QuestionResult
     */
    'tenantId': string;
    /**
     *
     * @type {string}
     * @memberof QuestionResult
     */
    'urlId': string;
    /**
     *
     * @type {string}
     * @memberof QuestionResult
     */
    'anonUserId': string;
    /**
     *
     * @type {string}
     * @memberof QuestionResult
     */
    'userId': string;
    /**
     *
     * @type {string}
     * @memberof QuestionResult
     */
    'createdAt': string;
    /**
     *
     * @type {number}
     * @memberof QuestionResult
     */
    'value': number;
    /**
     *
     * @type {string}
     * @memberof QuestionResult
     */
    'commentId'?: string | null;
    /**
     *
     * @type {string}
     * @memberof QuestionResult
     */
    'questionId': string;
    /**
     *
     * @type {Array<MetaItem>}
     * @memberof QuestionResult
     */
    'meta'?: Array<MetaItem> | null;
    /**
     *
     * @type {string}
     * @memberof QuestionResult
     */
    'ipHash': string;
}
//# sourceMappingURL=question-result.d.ts.map