DisBot
    Preparing search index...

    Type Alias VanitysUpsertArgs<ExtArgs>

    Vanitys upsert

    Type Parameters

    Index

    Properties

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

    include?: VanitysInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: VanitysOmit<ExtArgs> | null

    Omit specific fields from the Vanitys

    select?: VanitysSelect<ExtArgs> | null

    Select specific fields to fetch from the Vanitys

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

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