DisBot
    Preparing search index...

    Type Alias VanityAnalyticMinAggregateOutputType

    type VanityAnalyticMinAggregateOutputType = {
        Click: number | null;
        Id: number | null;
        JoinedWithCode: number | null;
        TrackInviteWithLog: string | null;
        TrackMessageId: string | null;
        UniqueClick: number | null;
        Update: Date | null;
        VanityId: string | null;
    }
    Index

    Properties

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