mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Refine types for #600
This commit is contained in:
@ -11,7 +11,7 @@ import Icon from './Icon'
|
||||
import CustomText from './Text'
|
||||
|
||||
export interface Props {
|
||||
account: Mastodon.Account
|
||||
account: Partial<Mastodon.Account> & Pick<Mastodon.Account, 'id' | 'acct' | 'username'>
|
||||
props?: PressableProps
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user