diff --git a/packages/api-rest/src/types/index.ts b/packages/api-rest/src/types/index.ts index 679dbfbdab5..7980f9db7a8 100644 --- a/packages/api-rest/src/types/index.ts +++ b/packages/api-rest/src/types/index.ts @@ -32,7 +32,7 @@ type JsonObject = { [name: string]: Json }; export type PostOptions = { headers?: Record; - body: JsonObject; + body: Record; region?: string; serviceName?: string; };