### Confirm this is a Typescript library issue and not an underlying Cloudflare API issue - [x] This is an issue with the Typescript library ### Describe the bug The type are defined [here](https://github.com/cloudflare/cloudflare-typescript/blob/980edbf7db74d131e3b5a17389733b7d30fba0fc/src/resources/workers/scripts/versions.ts#L96-L149) `result.resources.bindings` is returned as an array of binding - that is expected. How the types define [`bindings` as in interface with a `result`](https://github.com/cloudflare/cloudflare-typescript/blob/980edbf7db74d131e3b5a17389733b7d30fba0fc/src/resources/workers/scripts/versions.ts#L124) property holding the array. ### To Reproduce - ### Code snippets ```Typescript console.log(await client.workers.scripts.versions.get(scriptName, versionId, { account_id: accountId, }).resources.bindings); ``` ### OS macOS ### Runtime version TypeScript ### Library version 4.4.1