Skip to content

Commit

Permalink
chore: remove dup interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade committed May 21, 2024
1 parent f5e7eb5 commit 14b8621
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/puppeteer-core/src/api/Page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -520,14 +520,6 @@ export interface PageEvents extends Record<EventType, unknown> {
[PageEvent.WorkerDestroyed]: WebWorker;
}

/**
* @public
*/
export interface Credentials {
username: string;
password: string;
}

/**
* @public
*/
Expand Down

0 comments on commit 14b8621

Please sign in to comment.