mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
@ -57,7 +57,7 @@ const fireMutation = async ({
|
||||
|
||||
export interface Props {
|
||||
queryKey?: QueryKey.Timeline
|
||||
account: Mastodon.Account
|
||||
account: Pick<Mastodon.Account, 'id' | 'username' | 'acct' | 'url'>
|
||||
setBottomSheetVisible: React.Dispatch<React.SetStateAction<boolean>>
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user