DisBot
    Preparing search index...

    Type Alias DisBotUpdateArgs<ExtArgs>

    DisBot update

    type DisBotUpdateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<DisBotUpdateInput, DisBotUncheckedUpdateInput>;
        omit?: DisBotOmit<ExtArgs> | null;
        select?: DisBotSelect<ExtArgs> | null;
        where: DisBotWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data needed to update a DisBot.

    omit?: DisBotOmit<ExtArgs> | null

    Omit specific fields from the DisBot

    select?: DisBotSelect<ExtArgs> | null

    Select specific fields to fetch from the DisBot

    Choose, which DisBot to update.