// Type definitions for ngCordova datepicker plugin // Project: https://github.com/driftyco/ng-cordova // Definitions by: Jacques Kang // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// declare module ngCordova { export interface IAppVersionService { getVersionNumber(): ng.IPromise; getVersionCode(): ng.IPromise; } }