DisBot
    Preparing search index...

    Type Alias UsersMinAggregateOutputType

    type UsersMinAggregateOutputType = {
        BackupCount: number | null;
        CustomerBots: number | null;
        GloablVotes: number | null;
        Id: number | null;
        LastVote: Date | null;
        UserId: string | null;
        Username: string | null;
        Votes: number | null;
    }
    Index

    Properties

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