DisBot
    Preparing search index...

    Type Alias VanityAnalyticDeleteArgs<ExtArgs>

    VanityAnalytic delete

    type VanityAnalyticDeleteArgs<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 delete.