forked from mystiq/hydrogen-web
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 {
|
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 a new issue