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 3c32314
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion typings/main.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare module 'har-to-k6' {
declare module '@nekopaw/har-to-k6' {
// Standard HAR types
interface Comment {
/**
Expand Down 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 3c32314

Please sign in to comment.