### Summary TypedArray has not generics type ### Expected vs. Actual Behavior - Expected: `Uint8Array` or `Float32Array` ... etc - Actual: `Uint8Array<ArrayBuffer>` or `Float32Array<ArrayBuffer>` ... etc Therefore, Typescript (5.9.x )building TypedArray is failure (For example, set `Float32Array` to `curve` property in `WaveShaperNode`, build error occur). <img width="1187" height="193" alt="" src="https://github.com/user-attachments/assets/496172d6-e4f2-46e4-bef4-2d5dd994908e" /> ### Playground Link https://github.com/Korilakkuma/XSound/blob/main/src/SoundModule/Effectors/Preamps/Fender.ts#L114 ### Browser Support - [x] This API is supported in at least two major browser engines (not two Chromium-based browsers). ### Have Tried The Latest Releases - [x] This issue applies to the latest release of TypeScript. - [x] This issue applies to the latest release of `@types/web`. ### Additional Context _No response_