DisBot
    Preparing search index...

    Type Alias TicketsUpsertArgs<ExtArgs>

    Tickets upsert

    Type Parameters

    Index

    Properties

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

    include?: TicketsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: TicketsOmit<ExtArgs> | null

    Omit specific fields from the Tickets

    select?: TicketsSelect<ExtArgs> | null

    Select specific fields to fetch from the Tickets

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

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