DisBot
    Preparing search index...

    Type Alias VanitysUpdateArgs<ExtArgs>

    Vanitys update

    type VanitysUpdateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<VanitysUpdateInput, VanitysUncheckedUpdateInput>;
        include?: VanitysInclude<ExtArgs> | null;
        omit?: VanitysOmit<ExtArgs> | null;
        select?: VanitysSelect<ExtArgs> | null;
        where: VanitysWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    The data needed to update a Vanitys.

    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

    Choose, which Vanitys to update.