DisBot
    Preparing search index...

    Type Alias VanitysCreateManyAndReturnArgs<ExtArgs>

    Vanitys createManyAndReturn

    type VanitysCreateManyAndReturnArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: VanitysCreateManyInput | VanitysCreateManyInput[];
        include?: VanitysIncludeCreateManyAndReturn<ExtArgs> | null;
        omit?: VanitysOmit<ExtArgs> | null;
        select?: VanitysSelectCreateManyAndReturn<ExtArgs> | null;
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many Vanitys.

    Choose, which related nodes to fetch as well

    omit?: VanitysOmit<ExtArgs> | null

    Omit specific fields from the Vanitys

    Select specific fields to fetch from the Vanitys

    skipDuplicates?: boolean