diff --git a/specification/_types/common.ts b/specification/_types/common.ts index ea9b806929..b5e02a3031 100644 --- a/specification/_types/common.ts +++ b/specification/_types/common.ts @@ -65,7 +65,7 @@ export type IndexPatterns = IndexPattern[] export type ProjectRouting = string -export type Routing = string +export type Routing = string | string[] export type LongId = string export type ClusterAlias = string