We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
avatar
Member
1 parent b543439 commit 483c6d6Copy full SHA for 483c6d6
src/types/index.d.ts
@@ -25,7 +25,7 @@ export interface Member {
25
name: string
26
username: string
27
role: 'member' | 'owner'
28
- avatar: Avatar
+ avatar: AvatarProps
29
}
30
31
export interface Stat {
0 commit comments