DisBot
    Preparing search index...

    Type Alias VanityAnalyticsLatest30DayMaxAggregateOutputType

    type VanityAnalyticsLatest30DayMaxAggregateOutputType = {
        Click: number | null;
        Date: Date | null;
        Id: number | null;
        JoinedWithCode: number | null;
        UniqueClick: number | null;
        VanityAnalyticsId: string | null;
    }
    Index

    Properties

    Click: number | null
    Date: Date | null
    Id: number | null
    JoinedWithCode: number | null
    UniqueClick: number | null
    VanityAnalyticsId: string | null