Add FeaturedContributor type

cgen-61e20671a58040bf8fa40db65fd1e9a5
This commit is contained in:
Builder.io 2025-10-04 20:46:04 +00:00
parent fb7e534860
commit 9a0168209c

View file

@ -176,6 +176,19 @@ type SpotlightCreator = {
}[];
};
type FeaturedContributor = {
name: string;
avatar: string;
title: string;
contributions: number;
badge: string;
speciality: string;
bio: string;
recentContribution: string;
reputation: string;
profileUrl: string;
};
type ModerationTool = {
id: string;
title: string;