Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
✨ add definitions for new permission related methods
Browse files Browse the repository at this point in the history
  • Loading branch information
tafelnl committed Dec 1, 2020
1 parent 916c965 commit f7bc666
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ export interface CheckPermissionResult {
denied?: boolean;
asked?: boolean;
neverAsked?: boolean;
restricted?: boolean; // ios only
unknown?: boolean; // ios only
}

0 comments on commit f7bc666

Please sign in to comment.