UNPKG

odhin-reports-playwright

Version:
12 lines (11 loc) 198 B
export interface OnStdIO { method: string; params: Params; } export interface Params { testId: string; resultId: string; type: string; data: string; isBase64: boolean; }