Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instance interface has 'unknown' as type for 'Changed' #499

Closed
cassis163 opened this issue Nov 21, 2021 · 1 comment
Closed

Instance interface has 'unknown' as type for 'Changed' #499

cassis163 opened this issue Nov 21, 2021 · 1 comment

Comments

@cassis163
Copy link

cassis163 commented Nov 21, 2021

This can be found in '\types\include\generated\None.d.ts':

readonly Changed: unknown;

My workaround looks like this at the moment:

(this._currentCamera.Changed as RBXScriptSignal<(property: string) => void>)
@OverHash
Copy link
Contributor

This is intended behaviour, see https://roblox-ts.com/docs/api/roblox-api#exceptions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants