UNPKG

playwright-request-mocker

Version:

Automatically generate and use network request mocks inside Playwright.

21 lines 487 B
export interface HAR { log: { entries: [ { request: { url: string; postData: { text: string; }; }; response: { content: { text: string; mimeType: string; }; }; } ]; }; } //# sourceMappingURL=har.d.ts.map