DisBot
    Preparing search index...

    Type Alias VanityEmbedAuthorInclude<ExtArgs>

    type VanityEmbedAuthorInclude<ExtArgs extends InternalArgs = DefaultArgs> = {
        VanityEmbeds?: boolean | VanityEmbedDefaultArgs<ExtArgs>;
    }

    Type Parameters

    Index

    Properties

    Properties

    VanityEmbeds?: boolean | VanityEmbedDefaultArgs<ExtArgs>