DisBot
    Preparing search index...

    Type Alias VanityAnalyticGroupByOutputType

    type VanityAnalyticGroupByOutputType = {
        _avg: VanityAnalyticAvgAggregateOutputType | null;
        _count: VanityAnalyticCountAggregateOutputType | null;
        _max: VanityAnalyticMaxAggregateOutputType | null;
        _min: VanityAnalyticMinAggregateOutputType | null;
        _sum: VanityAnalyticSumAggregateOutputType | null;
        Click: number;
        Id: number;
        JoinedWithCode: number | null;
        LoggedIPs: string[];
        TrackInviteWithLog: string | null;
        TrackMessageId: string | null;
        UniqueClick: number | null;
        Update: Date | null;
        VanityId: string;
    }
    Index

    Properties

    Click: number
    Id: number
    JoinedWithCode: number | null
    LoggedIPs: string[]
    TrackInviteWithLog: string | null
    TrackMessageId: string | null
    UniqueClick: number | null
    Update: Date | null
    VanityId: string