Skip to content

Commit

Permalink
fix(filesystem): Use PermissionState from @capacitor/core (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Dec 16, 2020
1 parent d009826 commit 5ce3c5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions filesystem/src/definitions.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import type { PermissionState } from '@capacitor/core';

export interface FilesystemPermissionStatus {
publicStorage: PermissionState;
}
Expand Down

0 comments on commit 5ce3c5d

Please sign in to comment.