mirror of
https://github.com/tooot-app/app
synced 2025-02-18 04:40:57 +01:00
Correct typo
This commit is contained in:
parent
bcb55254f9
commit
d03d5600ec
@ -31,8 +31,8 @@ export type Instance = {
|
|||||||
}
|
}
|
||||||
push:
|
push:
|
||||||
| {
|
| {
|
||||||
global: { loading: boolean; value: true }
|
global: { loading: boolean; value: boolean }
|
||||||
decode: { loading: boolean; value: boolean }
|
decode: { loading: boolean; value: true }
|
||||||
alerts: {
|
alerts: {
|
||||||
follow: {
|
follow: {
|
||||||
loading: boolean
|
loading: boolean
|
||||||
@ -55,15 +55,17 @@ export type Instance = {
|
|||||||
value: Mastodon.PushSubscription['alerts']['poll']
|
value: Mastodon.PushSubscription['alerts']['poll']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
keys: {
|
keys:
|
||||||
auth: string
|
| {
|
||||||
public: string
|
auth: string
|
||||||
private: string
|
public: string
|
||||||
}
|
private: string
|
||||||
|
}
|
||||||
|
| undefined
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
global: { loading: boolean; value: false }
|
global: { loading: boolean; value: boolean }
|
||||||
decode: { loading: boolean; value: boolean }
|
decode: { loading: boolean; value: false }
|
||||||
alerts: {
|
alerts: {
|
||||||
follow: {
|
follow: {
|
||||||
loading: boolean
|
loading: boolean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user