DisBot
    Preparing search index...

    Type Alias TicketSetupsUpsertArgs<ExtArgs>

    TicketSetups upsert

    Type Parameters

    Index

    Properties

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

    include?: TicketSetupsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: TicketSetupsOmit<ExtArgs> | null

    Omit specific fields from the TicketSetups

    select?: TicketSetupsSelect<ExtArgs> | null

    Select specific fields to fetch from the TicketSetups

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

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