DisBot
    Preparing search index...

    Type Alias VanityEmbed$AuthorArgs<ExtArgs>

    VanityEmbed.Author

    type VanityEmbed$AuthorArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: VanityEmbedAuthorInclude<ExtArgs> | null;
        omit?: VanityEmbedAuthorOmit<ExtArgs> | null;
        select?: VanityEmbedAuthorSelect<ExtArgs> | null;
        where?: VanityEmbedAuthorWhereInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the VanityEmbedAuthor

    Select specific fields to fetch from the VanityEmbedAuthor