fix: object typing

This commit is contained in:
Eana Hufwe 2024-05-25 00:54:22 +00:00
parent c2fdc0bd51
commit 3d2f8dbfb8

View file

@ -9,7 +9,7 @@ namespace MastodonEntity {
};
export type PushSubscription = {
id: string;
id: string | number;
endpoint: string;
server_key: string;
alerts: Alerts;