bolt.diy / app /types /global.d.ts
Eduards's picture
Hardcode url for together ai as fallback if not set in env
f6a9861
raw
history blame
182 Bytes
interface Window {
showDirectoryPicker(): Promise<FileSystemDirectoryHandle>;
webkitSpeechRecognition: typeof SpeechRecognition;
SpeechRecognition: typeof SpeechRecognition;
}