fix(diagnostic): add missing types

closes #905
This commit is contained in:
Ibby 2016-12-27 07:28:34 -05:00
parent c44fb75adc
commit 1841220359

View File

@ -66,12 +66,12 @@ export class Diagnostic {
@CordovaProperty
static permissionStatus: {
GRANTED;
DENIED;
NOT_REQUESTED;
DENIED_ALWAYS;
RESTRICTED;
GRANTED_WHEN_IN_USE;
GRANTED: string;
DENIED: string;
NOT_REQUESTED: string;
DENIED_ALWAYS: string;
RESTRICTED: string;
GRANTED_WHEN_IN_USE: string;
};
static locationAuthorizationMode = {