feat: permissionresult return type for all

This commit is contained in:
Nathan Walker
2022-07-13 11:53:23 -07:00
parent 144394f3ea
commit 3db79a5294
4 changed files with 14 additions and 13 deletions

View File

@@ -5,4 +5,5 @@ export enum PermissionStatus {
restricted = 'restricted',
undetermined = 'undetermined',
never_ask_again = 'never_ask_again',
blocked = 'blocked',
}