2024-10-21 22:27:29 +00:00
|
|
|
interface Window {
|
|
|
|
showDirectoryPicker(): Promise<FileSystemDirectoryHandle>;
|
2024-11-14 03:36:50 +00:00
|
|
|
webkitSpeechRecognition: typeof SpeechRecognition;
|
|
|
|
SpeechRecognition: typeof SpeechRecognition;
|
2024-10-21 22:27:29 +00:00
|
|
|
}
|