diff --git a/src/matrix/push/Pusher.ts b/src/matrix/push/Pusher.ts index f9a35a2c..9f970322 100644 --- a/src/matrix/push/Pusher.ts +++ b/src/matrix/push/Pusher.ts @@ -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 {