UNPKG

@allurereport/web-classic

Version:

The static files for Allure Classic Report

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