diff --git a/index.d.ts b/index.d.ts index 1a4c705..5a7d90e 100644 --- a/index.d.ts +++ b/index.d.ts @@ -12,7 +12,7 @@ export function askForMicrophoneAccess(): Promise export function askForPhotosAccess(accessType?: 'add-only' | 'read-write'): Promise export function askForRemindersAccess(): Promise> export function askForSpeechRecognitionAccess(): Promise> -export function askForScreenCaptureAccess(): undefined +export function askForScreenCaptureAccess(openPreferences?: boolean): undefined export function getAuthStatus(authType: AuthType): PermissionType | 'not determined' export type AuthType =