Variable PushEvent

    PushEvent: {
        prototype: PushEvent;
        new (type: string, eventInitDict?: PushEventInit): PushEvent;
    }