refactor(email):

This commit is contained in:
Guille 2016-07-08 00:58:21 +02:00
parent bc3f10cbc1
commit dcd7ad430f

View File

@ -1,5 +1,8 @@
import {Plugin, Cordova} from './plugin';
import { Cordova, Plugin } from './plugin';
declare var cordova: any;
/**
* @name Email Composer
* @description
@ -83,6 +86,7 @@ export class EmailComposer {
static open(email: Email, scope?: any): Promise<any> { return; }
}
export interface Email {
app?: string;
to?: string | Array<string>;