interface Window { ClipboardItem: any; } interface Clipboard extends EventTarget { write(data: any[]): Promise; }