diff --git a/types/index.d.ts b/types/index.d.ts index 9353cfefa..469d8621b 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -373,6 +373,6 @@ interface Cordova { declare enum LocalFileSystem { - PERSISTENT=0, - TEMPORARY=1 + PERSISTENT=1, + TEMPORARY=0 } \ No newline at end of file