Skip to content

Commit

Permalink
Add some missing types to SystemPreferencesPanes
Browse files Browse the repository at this point in the history
Fixes #31
  • Loading branch information
sindresorhus committed Jun 27, 2020
1 parent 9607015 commit 4a8c15a
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -531,29 +531,33 @@ export interface SystemPreferencesPanes {
| 'General'
| 'Privacy'
| 'Privacy_Accessibility'
| 'Privacy_Assistice'
| 'Privacy_Advertising'
/**
Full Disk Access.
*/
| 'Privacy_AllFiles'
| 'Privacy_Assistive'
| 'Privacy_Automation'
| 'Privacy_Calendars'
| 'Privacy_Camera'
| 'Privacy_Contacts'
| 'Privacy_DesktopFolder'
| 'Privacy_Diagnostics'
| 'Privacy_DocumentsFolder'
| 'Privacy_DownloadsFolder'
| 'Privacy_LocationServices'
| 'Privacy_Microphone'
| 'Privacy_Photos'
| 'Privacy_Reminders'
| 'Privacy_ScreenCapture'
| 'Privacy_DesktopFolder'
| 'Privacy_DocumentsFolder'
| 'Privacy_DownloadsFolder'
/**
Full Disk Access
*/
| 'Privacy_AllFiles';
| 'Privacy_ScreenCapture';
speech:
| 'Dictation'
| 'TTS';
sharing:
| 'Internet'
| 'Services_ARDService'
| 'Services_BluetoothSharing'
| 'Services_PersonalFileSHaring'
| 'Services_PersonalFileSharing'
| 'Services_PrinterSharing'
| 'Services_RemoteAppleEvent'
| 'Services_RemoteLogin'
Expand Down

0 comments on commit 4a8c15a

Please sign in to comment.