Skip to content

Commit 4e57f67

Browse files
inancgumusoleiademstoykovcodebien
authored
🤖 Merge PR DefinitelyTyped#71836 [@types/k6] Update k6 for the latest version 0.57.0 by @inancgumus
Co-authored-by: oleiade <[email protected]> Co-authored-by: Mihail Stoykov <[email protected]> Co-authored-by: codebien <[email protected]>
1 parent 1880268 commit 4e57f67

File tree

6 files changed

+43
-4891
lines changed

6 files changed

+43
-4891
lines changed

‎types/k6/browser/index.d.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ export interface MetricMessage {
978978
* to match against the current metric's URL and name tags.
979979
* Required.
980980
*/
981-
matches: {
981+
matches: Array<{
982982
/**
983983
* The regular expression used to find matches in the current
984984
* metric's URL and name tags. Required.
@@ -991,7 +991,7 @@ export interface MetricMessage {
991991
* tag.
992992
*/
993993
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "OPTIONS" | "HEAD" | "TRACE" | "CONNECT";
994-
}[];
994+
}>;
995995
}): void;
996996
}
997997

0 commit comments

Comments
 (0)