DisBot
    Preparing search index...

    Type Alias VanityAnalyticSelect<ExtArgs>

    VanityAnalyticSelect: GetSelect<
        {
            Click?: boolean;
            Id?: boolean;
            JoinedWithCode?: boolean;
            Latest30Days?: boolean
            | VanityAnalytic$Latest30DaysArgs<ExtArgs>;
            LoggedIPs?: boolean;
            TrackInviteWithLog?: boolean;
            TrackMessageId?: boolean;
            UniqueClick?: boolean;
            Update?: boolean;
            VanityId?: boolean;
            Vanitys?: boolean | VanitysDefaultArgs<ExtArgs>;
        },
        ExtArgs["result"]["vanityAnalytic"],
    >

    Type Parameters