DisBot
    Preparing search index...

    Type Alias VanityEmbedSelect<ExtArgs>

    VanityEmbedSelect: GetSelect<
        {
            Author?: boolean
            | VanityEmbed$AuthorArgs<ExtArgs>;
            Color?: boolean;
            Description?: boolean;
            Id?: boolean;
            ImageUrl?: boolean;
            ThumbnailUrl?: boolean;
            Title?: boolean;
            VanityId?: boolean;
            Vanitys?: boolean | VanitysDefaultArgs<ExtArgs>;
        },
        ExtArgs["result"]["vanityEmbed"],
    >

    Type Parameters