diff --git a/playwright-ct-web/index.d.ts b/playwright-ct-web/index.d.ts index 5d00a18..748077b 100644 --- a/playwright-ct-web/index.d.ts +++ b/playwright-ct-web/index.d.ts @@ -40,7 +40,7 @@ export interface MountOptions extends Locator { +export interface MountResult extends Locator { unmount(): Promise; update(options: { props?: Partial>;