Skip to content

Commit

Permalink
[fix] add ExtendedPage and sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
sumimakito committed Oct 7, 2023
1 parent 00553cb commit af5e63d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions typings/main.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,10 @@ declare module 'har-to-k6' {
sleep?: Sleep[]
}

export interface ExtendedPage extends Page {
sleep?: Sleep[]
}

export interface ExtendedLog extends Log {
entries: ExtendedEntry[]
}
Expand Down

0 comments on commit af5e63d

Please sign in to comment.