DisBot
    Preparing search index...

    Type Alias UsersGroupByOutputType

    type UsersGroupByOutputType = {
        _avg: UsersAvgAggregateOutputType | null;
        _count: UsersCountAggregateOutputType | null;
        _max: UsersMaxAggregateOutputType | null;
        _min: UsersMinAggregateOutputType | null;
        _sum: UsersSumAggregateOutputType | null;
        BackupCount: number;
        CustomerBots: number;
        GloablVotes: number;
        Id: number;
        LastVote: Date | null;
        UserId: string;
        Username: string;
        Votes: number;
    }
    Index

    Properties

    BackupCount: number
    CustomerBots: number
    GloablVotes: number
    Id: number
    LastVote: Date | null
    UserId: string
    Username: string
    Votes: number