refactor(push):

This commit is contained in:
Guille 2016-07-17 20:06:40 +02:00
parent 957fbd8193
commit c771abc8c3

View File

@ -1,4 +1,5 @@
import {Plugin, Cordova} from './plugin'; import { Cordova, Plugin } from './plugin';
export type EventResponse = RegistrationEventResponse | NotificationEventResponse | Error; export type EventResponse = RegistrationEventResponse | NotificationEventResponse | Error;