DisBot
    Preparing search index...

    Type Alias GuildComponentManagerUpdateArgs<ExtArgs>

    GuildComponentManager update

    type GuildComponentManagerUpdateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            GuildComponentManagerUpdateInput,
            GuildComponentManagerUncheckedUpdateInput,
        >;
        include?: GuildComponentManagerInclude<ExtArgs>
        | null;
        omit?: GuildComponentManagerOmit<ExtArgs> | null;
        select?: GuildComponentManagerSelect<ExtArgs> | null;
        where: GuildComponentManagerWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    The data needed to update a GuildComponentManager.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildComponentManager

    Select specific fields to fetch from the GuildComponentManager

    Choose, which GuildComponentManager to update.