Skip to content

Commit d8f268c

Browse files
authored
Allow string[] for routing parameters (#5676)
1 parent 469fd6b commit d8f268c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/_types/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export type IndexPatterns = IndexPattern[]
6565

6666
export type ProjectRouting = string
6767

68-
export type Routing = string
68+
export type Routing = string | string[]
6969
export type LongId = string
7070

7171
export type ClusterAlias = string

0 commit comments

Comments
 (0)