// Type definitions for ngCordova.plugins.camera // Project: https://github.com/driftyco/ng-cordova // Definitions by: Jacques Kang // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// /// declare namespace ngCordova { export interface ICameraService { getPicture(options?: CameraOptions): ng.IPromise; cleanup(): ng.IPromise; } }