DisBot
    Preparing search index...

    Type Alias VanityEmbedCreateArgs<ExtArgs>

    VanityEmbed create

    type VanityEmbedCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<VanityEmbedCreateInput, VanityEmbedUncheckedCreateInput>;
        include?: VanityEmbedInclude<ExtArgs> | null;
        omit?: VanityEmbedOmit<ExtArgs> | null;
        select?: VanityEmbedSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a VanityEmbed.

    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