DisBot
    Preparing search index...

    Type Alias DisBotUpsertArgs<ExtArgs>

    DisBot upsert

    Type Parameters

    Index

    Properties

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

    omit?: DisBotOmit<ExtArgs> | null

    Omit specific fields from the DisBot

    select?: DisBotSelect<ExtArgs> | null

    Select specific fields to fetch from the DisBot

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

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