DisBot
    Preparing search index...

    Type Alias VerificationGatesCreateArgs<ExtArgs>

    VerificationGates create

    type VerificationGatesCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            VerificationGatesCreateInput,
            VerificationGatesUncheckedCreateInput,
        >;
        include?: VerificationGatesInclude<ExtArgs>
        | null;
        omit?: VerificationGatesOmit<ExtArgs> | null;
        select?: VerificationGatesSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a VerificationGates.

    Choose, which related nodes to fetch as well

    Omit specific fields from the VerificationGates

    Select specific fields to fetch from the VerificationGates