DisBot
    Preparing search index...

    Type Alias Vanitys$EmbedArgs<ExtArgs>

    Vanitys.Embed

    type Vanitys$EmbedArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: VanityEmbedInclude<ExtArgs> | null;
        omit?: VanityEmbedOmit<ExtArgs> | null;
        select?: VanityEmbedSelect<ExtArgs> | null;
        where?: VanityEmbedWhereInput;
    }

    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