<!-- Thank you for taking the time to contribute towards Phaser. Before submitting your issue, check the following: 1. This repo is for Phaser 3 only. Phaser 2.x issues should be raised in the [Phaser CE](https://github.com/photonstorm/phaser-ce) repo. 2. This repo should not be used for technical support. If you're struggling to use Phaser then post your question to the [forum](https://phaser.discourse.group/) or [Discord](https://phaser.io/community/discord) channels. GitHub Issues are for bugs and feature requests only. 3. Make sure your issue isn't a duplicate, or has already been fixed. 4. If your issue contains _any_ form of hostility it will be closed and you will be blocked from access to all our repos. Be nice. We do this for free. 5. If all the above is ok, fill out the template below. --> ## Version <!-- Enter the version of Phaser you're using. You can find this output to the Dev Tools console in your browser. --> * Phaser Version: 3.55.0 <!-- Place the operating system **below** this comment. --> * Operating system: Linux <!-- If the bug is browser specific, please enter the version **below** this comment: --> * Browser: - ## Description <!-- Write a detailed description of the bug **below** this comment. Include the expected behavior and what actually happens. If the issue is device specific, please say so. --> There is an error in the TypeScript definitions: `Namespace 'Phaser.Types.Renderer.WebGL' has no exported member 'WebGLPipelineUniformsConfig'`  I don't find any file with the `WebGLPipelineUniformsConfig` name in the Phaser code.