1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
xmflsct
2022-12-18 20:55:33 +01:00
parent 96a448d602
commit 909fed0644
7 changed files with 56 additions and 61 deletions

View File

@ -51,14 +51,14 @@ export type RootStackParamList = {
'Screen-ImagesViewer': {
imageUrls: {
id: Mastodon.Attachment['id']
preview_url: Mastodon.AttachmentImage['preview_url']
preview_url?: Mastodon.AttachmentImage['preview_url']
url: Mastodon.AttachmentImage['url']
remote_url?: Mastodon.AttachmentImage['remote_url']
blurhash: Mastodon.AttachmentImage['blurhash']
width?: number
height?: number
}[]
id: Mastodon.Attachment['id']
hideCounter?: boolean
}
'Screen-AccountSelection': {
component?: () => JSX.Element | undefined