DisBot
    Preparing search index...

    Type Alias AggregateLevels

    Model Levels

    type AggregateLevels = {
        _avg: LevelsAvgAggregateOutputType | null;
        _count: LevelsCountAggregateOutputType | null;
        _max: LevelsMaxAggregateOutputType | null;
        _min: LevelsMinAggregateOutputType | null;
        _sum: LevelsSumAggregateOutputType | null;
    }
    Index

    Properties

    Properties