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 {
|
||||
format?: string;
|
||||
url?: string;
|
||||
// todo: where did this come from?
|
||||
endpoint?: string;
|
||||
endpoint?: PushSubscriptionJSON["endpoint"];
|
||||
keys?: PushSubscriptionJSON["keys"];
|
||||
}
|
||||
|
||||
export class Pusher {
|
||||
|
Loading…
Reference in New Issue
Block a user