DisBot
    Preparing search index...

    Type Alias GiveawaysUpsertArgs<ExtArgs>

    Giveaways upsert

    Type Parameters

    Index

    Properties

    In case the Giveaways found by the where argument doesn't exist, create a new Giveaways with this data.

    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

    In case the Giveaways was found with the provided where argument, update it with this data.

    The filter to search for the Giveaways to update in case it exists.