DisBot
    Preparing search index...

    Type Alias GiveawaysUpdateArgs<ExtArgs>

    Giveaways update

    type GiveawaysUpdateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<GiveawaysUpdateInput, GiveawaysUncheckedUpdateInput>;
        include?: GiveawaysInclude<ExtArgs> | null;
        omit?: GiveawaysOmit<ExtArgs> | null;
        select?: GiveawaysSelect<ExtArgs> | null;
        where: GiveawaysWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    The data needed to update a Giveaways.

    include?: GiveawaysInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: GiveawaysOmit<ExtArgs> | null

    Omit specific fields from the Giveaways

    select?: GiveawaysSelect<ExtArgs> | null

    Select specific fields to fetch from the Giveaways

    Choose, which Giveaways to update.