UNPKG

odhin-reports-playwright

Version:
13 lines (12 loc) 208 B
export interface OnEnd { method: string; params: Params; } export interface Params { result: Result; } export interface Result { status: string; startTime: number; duration: number; }