DisBot
    Preparing search index...

    Type Alias DiscordGuildAddonUpdateArgs<ExtArgs>

    DiscordGuildAddon update

    type DiscordGuildAddonUpdateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            DiscordGuildAddonUpdateInput,
            DiscordGuildAddonUncheckedUpdateInput,
        >;
        include?: DiscordGuildAddonInclude<ExtArgs>
        | null;
        omit?: DiscordGuildAddonOmit<ExtArgs> | null;
        select?: DiscordGuildAddonSelect<ExtArgs> | null;
        where: DiscordGuildAddonWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    The data needed to update a DiscordGuildAddon.

    Choose, which related nodes to fetch as well

    Omit specific fields from the DiscordGuildAddon

    Select specific fields to fetch from the DiscordGuildAddon

    Choose, which DiscordGuildAddon to update.