Add proper type
This commit is contained in:
parent
3d9fbb685a
commit
9f82e7f7fc
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue