DisBot
    Preparing search index...

    Type Alias VanityEmbedAuthorCreateArgs<ExtArgs>

    VanityEmbedAuthor create

    type VanityEmbedAuthorCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            VanityEmbedAuthorCreateInput,
            VanityEmbedAuthorUncheckedCreateInput,
        >;
        include?: VanityEmbedAuthorInclude<ExtArgs>
        | null;
        omit?: VanityEmbedAuthorOmit<ExtArgs> | null;
        select?: VanityEmbedAuthorSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a VanityEmbedAuthor.

    Choose, which related nodes to fetch as well

    Omit specific fields from the VanityEmbedAuthor

    Select specific fields to fetch from the VanityEmbedAuthor