DisBot
    Preparing search index...

    Type Alias VanityAnalyticFindUniqueOrThrowArgs<ExtArgs>

    VanityAnalytic findUniqueOrThrow

    type VanityAnalyticFindUniqueOrThrowArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        include?: VanityAnalyticInclude<ExtArgs> | null;
        omit?: VanityAnalyticOmit<ExtArgs> | null;
        select?: VanityAnalyticSelect<ExtArgs> | null;
        where: VanityAnalyticWhereUniqueInput;
    }

    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

    Filter, which VanityAnalytic to fetch.