DisBot
    Preparing search index...

    Type Alias VanityAnalyticsLatest30DayGroupByOutputType

    type VanityAnalyticsLatest30DayGroupByOutputType = {
        _avg: VanityAnalyticsLatest30DayAvgAggregateOutputType | null;
        _count: VanityAnalyticsLatest30DayCountAggregateOutputType | null;
        _max: VanityAnalyticsLatest30DayMaxAggregateOutputType | null;
        _min: VanityAnalyticsLatest30DayMinAggregateOutputType | null;
        _sum: VanityAnalyticsLatest30DaySumAggregateOutputType | null;
        Click: number | null;
        Date: Date | null;
        Id: number;
        JoinedWithCode: number | null;
        UniqueClick: number | null;
        VanityAnalyticsId: string;
    }
    Index

    Properties

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