diff --git a/resources/sdk/typescript/index.ts b/resources/sdk/typescript/index.ts index b5772cb..12c6e5a 100644 --- a/resources/sdk/typescript/index.ts +++ b/resources/sdk/typescript/index.ts @@ -676,7 +676,7 @@ export class Client { } resource = { - processBundle: (data: ProcessableBundle): Promise => { + processBundle: (data: ResourceTypeMap['Bundle']): Promise => { return this.client .post(buildResourceUrl(''), { json: data }) .json();