DisBot
    Preparing search index...

    Type Alias VanityEmbedUpsertArgs<ExtArgs>

    VanityEmbed upsert

    Type Parameters

    Index

    Properties

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

    include?: VanityEmbedInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: VanityEmbedOmit<ExtArgs> | null

    Omit specific fields from the VanityEmbed

    select?: VanityEmbedSelect<ExtArgs> | null

    Select specific fields to fetch from the VanityEmbed

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

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