fix: object typing
This commit is contained in:
parent
c2fdc0bd51
commit
3d2f8dbfb8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ namespace MastodonEntity {
|
|||
};
|
||||
|
||||
export type PushSubscription = {
|
||||
id: string;
|
||||
id: string | number;
|
||||
endpoint: string;
|
||||
server_key: string;
|
||||
alerts: Alerts;
|
||||
|
|
Loading…
Reference in a new issue