diff --git a/tooling/api/src/http.ts b/tooling/api/src/http.ts index 73dc124fd..c2ba6ae49 100644 --- a/tooling/api/src/http.ts +++ b/tooling/api/src/http.ts @@ -37,7 +37,7 @@ enum ResponseType { Binary = 3 } -type Part = 'string' | number[] +type Part = string | number[] /** The body object to be used on POST and PUT requests. */ class Body {