File size: 182 Bytes
8f7821c
 
 
 
 
1
2
3
4
5
6
interface Window {
  showDirectoryPicker(): Promise<FileSystemDirectoryHandle>;
  webkitSpeechRecognition: typeof SpeechRecognition;
  SpeechRecognition: typeof SpeechRecognition;
}