refactor(calendar):

This commit is contained in:
Guille 2016-07-08 00:40:35 +02:00
parent 35d083ed52
commit c122171dd5

View File

@ -1,4 +1,5 @@
import {Plugin, Cordova} from './plugin'; import { Cordova, Plugin } from './plugin';
export interface CalendarOptions { export interface CalendarOptions {
firstReminderMinutes?: number; firstReminderMinutes?: number;