DisBot
    Preparing search index...

    Type Alias Vanitys$AnalyticsArgs<ExtArgs>

    Vanitys.Analytics

    type Vanitys$AnalyticsArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: VanityAnalyticInclude<ExtArgs> | null;
        omit?: VanityAnalyticOmit<ExtArgs> | null;
        select?: VanityAnalyticSelect<ExtArgs> | null;
        where?: VanityAnalyticWhereInput;
    }

    Type Parameters

    Index

    Properties

    include?: VanityAnalyticInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    Omit specific fields from the VanityAnalytic

    select?: VanityAnalyticSelect<ExtArgs> | null

    Select specific fields to fetch from the VanityAnalytic