mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Push add more types
This commit is contained in:
@ -38,6 +38,10 @@ export type InstanceV10 = {
|
||||
loading: boolean
|
||||
value: Mastodon.PushSubscription['alerts']['follow']
|
||||
}
|
||||
follow_request: {
|
||||
loading: boolean
|
||||
value: Mastodon.PushSubscription['alerts']['follow_request']
|
||||
}
|
||||
favourite: {
|
||||
loading: boolean
|
||||
value: Mastodon.PushSubscription['alerts']['favourite']
|
||||
@ -54,6 +58,10 @@ export type InstanceV10 = {
|
||||
loading: boolean
|
||||
value: Mastodon.PushSubscription['alerts']['poll']
|
||||
}
|
||||
status: {
|
||||
loading: boolean
|
||||
value: Mastodon.PushSubscription['alerts']['status']
|
||||
}
|
||||
}
|
||||
keys: {
|
||||
auth?: string
|
||||
|
Reference in New Issue
Block a user