UNPKG

@allurereport/web-dashboard

Version:

The static files for Allure Dashboard Report

6 lines (5 loc) 91 B
export interface StoreSignalState<T> { error?: string; loading: boolean; data?: T; }