<!-- Please include as much information as possible. - Description. - Steps to Reproduce an issue. - Program versions. - Code Samples. - etc --> ### Description: Unless I'm misunderstanding the documentation `transitionName: Name of the scene transition to use as override. Specify null to remove` In order to remove the override I should provide an argument of null to remove e.g. `obs.call('SetSceneSceneTransitionOverride', { transitionName: null, sceneName })` However, the type only allows for either undefined (unchanged) or a string. ### Versions Used (if applicable): - obs-websocket-js version: 5.0.3