DisBot
    Preparing search index...

    Type Alias LevelsGroupByOutputType

    type LevelsGroupByOutputType = {
        _avg: LevelsAvgAggregateOutputType | null;
        _count: LevelsCountAggregateOutputType | null;
        _max: LevelsMaxAggregateOutputType | null;
        _min: LevelsMinAggregateOutputType | null;
        _sum: LevelsSumAggregateOutputType | null;
        GuildId: string;
        Id: number;
        Level: number;
        RequiredXp: number;
        UserId: string;
        XP: number;
    }
    Index

    Properties

    GuildId: string
    Id: number
    Level: number
    RequiredXp: number
    UserId: string
    XP: number