DisBot
    Preparing search index...

    Type Alias VanityEmbedDefaultArgs<ExtArgs>

    VanityEmbed without action

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

    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