DisBot
    Preparing search index...

    Type Alias VerificationGatesCreateManyAndReturnArgs<ExtArgs>

    VerificationGates createManyAndReturn

    type VerificationGatesCreateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data:
            | VerificationGatesCreateManyInput
            | VerificationGatesCreateManyInput[];
        include?: VerificationGatesIncludeCreateManyAndReturn<ExtArgs>
        | null;
        omit?: VerificationGatesOmit<ExtArgs> | null;
        select?: VerificationGatesSelectCreateManyAndReturn<ExtArgs> | null;
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many VerificationGates.

    Choose, which related nodes to fetch as well

    Omit specific fields from the VerificationGates

    Select specific fields to fetch from the VerificationGates

    skipDuplicates?: boolean