Skip to content

Commit 0497bae

Browse files
fix(typescript): rollback bundle type omit
1 parent 25d4901 commit 0497bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/sdk/typescript/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ export class Client<T extends BasicAuthorization | ResourceOwnerAuthorization> {
676676
}
677677

678678
resource = {
679-
processBundle: (data: ProcessableBundle): Promise<ResourceTypeMap['Bundle']> => {
679+
processBundle: (data: ResourceTypeMap['Bundle']): Promise<ResourceTypeMap['Bundle']> => {
680680
return this.client
681681
.post(buildResourceUrl(''), { json: data })
682682
.json<ResourceTypeMap['Bundle']>();

0 commit comments

Comments
 (0)