DisBot
    Preparing search index...

    Type Alias VanityEmbedSelectUpdateManyAndReturn<ExtArgs>

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

    Type Parameters