UNPKG

@allurereport/web-dashboard

Version:

The static files for Allure Dashboard Report

9 lines (7 loc) 123 B
declare global { interface Window { reportDataReady: boolean; reportData: Record<string, any>; } } export {};