DisBot
    Preparing search index...

    Type Alias VanitysFindUniqueOrThrowArgs<ExtArgs>

    Vanitys findUniqueOrThrow

    type VanitysFindUniqueOrThrowArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: VanitysInclude<ExtArgs> | null;
        omit?: VanitysOmit<ExtArgs> | null;
        select?: VanitysSelect<ExtArgs> | null;
        where: VanitysWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    include?: VanitysInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: VanitysOmit<ExtArgs> | null

    Omit specific fields from the Vanitys

    select?: VanitysSelect<ExtArgs> | null

    Select specific fields to fetch from the Vanitys

    Filter, which Vanitys to fetch.