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 6ea1a7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions typings/main.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,12 @@ declare module 'har-to-k6' {
sleep?: Sleep[]
}

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

export interface ExtendedLog extends Log {
pages?: ExtendedPage[]
entries: ExtendedEntry[]
}

Expand Down

0 comments on commit 6ea1a7f

Please sign in to comment.