DisBot
    Preparing search index...

    Type Alias VanitysMinAggregateOutputType

    type VanitysMinAggregateOutputType = {
        CreatedAt: Date | null;
        GuildId: string | null;
        Host: string | null;
        Id: number | null;
        InDiscovery: boolean | null;
        Invite: string | null;
        IsBannedFromDiscover: boolean | null;
        Slug: string | null;
        UserId: string | null;
        UUID: string | null;
    }
    Index

    Properties

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