DisBot
    Preparing search index...

    Type Alias VerificationGatesUpdateArgs<ExtArgs>

    VerificationGates update

    type VerificationGatesUpdateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            VerificationGatesUpdateInput,
            VerificationGatesUncheckedUpdateInput,
        >;
        include?: VerificationGatesInclude<ExtArgs>
        | null;
        omit?: VerificationGatesOmit<ExtArgs> | null;
        select?: VerificationGatesSelect<ExtArgs> | null;
        where: VerificationGatesWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    The data needed to update a VerificationGates.

    Choose, which related nodes to fetch as well

    Omit specific fields from the VerificationGates

    Select specific fields to fetch from the VerificationGates

    Choose, which VerificationGates to update.