DisBot
    Preparing search index...

    Type Alias PollAnswersGroupByOutputType

    type PollAnswersGroupByOutputType = {
        _avg: PollAnswersAvgAggregateOutputType | null;
        _count: PollAnswersCountAggregateOutputType | null;
        _max: PollAnswersMaxAggregateOutputType | null;
        _min: PollAnswersMinAggregateOutputType | null;
        _sum: PollAnswersSumAggregateOutputType | null;
        Id: number;
        PollId: string;
        PollOptionId: string;
        UUID: string;
    }
    Index

    Properties

    Id: number
    PollId: string
    PollOptionId: string
    UUID: string