mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
Add proper type
This commit is contained in:
parent
3d9fbb685a
commit
9f82e7f7fc
@ -32,8 +32,8 @@ export interface IPusherDescription {
|
|||||||
interface IPusherData {
|
interface IPusherData {
|
||||||
format?: string;
|
format?: string;
|
||||||
url?: string;
|
url?: string;
|
||||||
// todo: where did this come from?
|
endpoint?: PushSubscriptionJSON["endpoint"];
|
||||||
endpoint?: string;
|
keys?: PushSubscriptionJSON["keys"];
|
||||||
}
|
}
|
||||||
|
|
||||||
export class Pusher {
|
export class Pusher {
|
||||||
|
Loading…
Reference in New Issue
Block a user