bolt.diy / app /types /global.d.ts
aproli90's picture
Upload 289 files
2e1ab99 verified
raw
history blame contribute delete
313 Bytes
interface Window {
showDirectoryPicker(): Promise<FileSystemDirectoryHandle>;
webkitSpeechRecognition: typeof SpeechRecognition;
SpeechRecognition: typeof SpeechRecognition;
}
interface Performance {
memory?: {
jsHeapSizeLimit: number;
totalJSHeapSize: number;
usedJSHeapSize: number;
};
}