Type Alias PermissionName

PermissionName:
    | "camera"
    | "geolocation"
    | "microphone"
    | "midi"
    | "notifications"
    | "persistent-storage"
    | "push"
    | "screen-wake-lock"
    | "storage-access"