We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf16cbb commit 2b4a9e7Copy full SHA for 2b4a9e7
index.d.ts
@@ -3,6 +3,7 @@
3
4
export function askForCalendarAccess(): Promise<'authorized' | 'denied'>
5
export function askForContactsAccess(): Promise<'authorized' | 'denied'>
6
+export function askForFoldersAccess(): Promise<'authorized' | 'denied'>
7
export function askForFullDiskAccess(): undefined
8
export function askForRemindersAccess(): Promise<'authorized' | 'denied'>
9
export function askForCameraAccess(): Promise<'authorized' | 'denied' | 'restricted'>
0 commit comments