WIP: My personal website
0

Configure Feed

Select the types of activity you want to include in your feed.

at bio 199 B View raw
1export type Sponsor = { 2 login: string; 3 name: string; 4 avatarUrl: string; 5 url: string; 6}; 7 8export type Publication = { 9 name: string; 10 description: string; 11 href: string; 12 image: string | null; 13};