botui/src/types/global.d.ts

6 lines
110 B
TypeScript

/ types/global.d.ts
declare global {
interface Window {
screenStream: MediaStream | null;
}
}