Add FeaturedContributor type
cgen-61e20671a58040bf8fa40db65fd1e9a5
This commit is contained in:
parent
fb7e534860
commit
9a0168209c
1 changed files with 13 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue