dev / app /types /global.d.ts
Charan5775's picture
Add application file
8f7821c
raw
history blame contribute delete
182 Bytes
interface Window {
showDirectoryPicker(): Promise<FileSystemDirectoryHandle>;
webkitSpeechRecognition: typeof SpeechRecognition;
SpeechRecognition: typeof SpeechRecognition;
}