DisBot
    Preparing search index...

    Type Alias GuildLeaveSetupUpdateArgs<ExtArgs>

    GuildLeaveSetup update

    type GuildLeaveSetupUpdateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            GuildLeaveSetupUpdateInput,
            GuildLeaveSetupUncheckedUpdateInput,
        >;
        include?: GuildLeaveSetupInclude<ExtArgs>
        | null;
        omit?: GuildLeaveSetupOmit<ExtArgs> | null;
        select?: GuildLeaveSetupSelect<ExtArgs> | null;
        where: GuildLeaveSetupWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    The data needed to update a GuildLeaveSetup.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildLeaveSetup

    Select specific fields to fetch from the GuildLeaveSetup

    Choose, which GuildLeaveSetup to update.