DisBot
    Preparing search index...

    Type Alias VanitysGroupByOutputType

    type VanitysGroupByOutputType = {
        _avg: VanitysAvgAggregateOutputType | null;
        _count: VanitysCountAggregateOutputType | null;
        _max: VanitysMaxAggregateOutputType | null;
        _min: VanitysMinAggregateOutputType | null;
        _sum: VanitysSumAggregateOutputType | null;
        CreatedAt: Date;
        GuildId: string;
        Host: string;
        Id: number;
        InDiscovery: boolean | null;
        Invite: string;
        IsBannedFromDiscover: boolean | null;
        Slug: string;
        UserId: string;
        UUID: string;
    }
    Index

    Properties

    CreatedAt: Date
    GuildId: string
    Host: string
    Id: number
    InDiscovery: boolean | null
    Invite: string
    IsBannedFromDiscover: boolean | null
    Slug: string
    UserId: string
    UUID: string