DisBot
    Preparing search index...

    Type Alias VanityEmbedFindUniqueOrThrowArgs<ExtArgs>

    VanityEmbed findUniqueOrThrow

    type VanityEmbedFindUniqueOrThrowArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        include?: VanityEmbedInclude<ExtArgs> | null;
        omit?: VanityEmbedOmit<ExtArgs> | null;
        select?: VanityEmbedSelect<ExtArgs> | null;
        where: VanityEmbedWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    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

    Filter, which VanityEmbed to fetch.