DisBot
    Preparing search index...

    Type Alias VanitysDefaultArgs<ExtArgs>

    Vanitys without action

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

    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