DisBot
    Preparing search index...

    Type Alias AggregatePolls

    Model Polls

    type AggregatePolls = {
        _avg: PollsAvgAggregateOutputType | null;
        _count: PollsCountAggregateOutputType | null;
        _max: PollsMaxAggregateOutputType | null;
        _min: PollsMinAggregateOutputType | null;
        _sum: PollsSumAggregateOutputType | null;
    }
    Index

    Properties

    Properties