DisBot
    Preparing search index...

    Type Alias VanityAnalyticAvgAggregateOutputType

    type VanityAnalyticAvgAggregateOutputType = {
        Click: number | null;
        Id: number | null;
        JoinedWithCode: number | null;
        UniqueClick: number | null;
    }
    Index

    Properties

    Click: number | null
    Id: number | null
    JoinedWithCode: number | null
    UniqueClick: number | null