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

[items] Fix type def issues due to private method in Item class #394

Merged
merged 1 commit into from
Nov 3, 2024

Conversation

florian-h05
Copy link
Contributor

Private methods are not supported by .d.ts type declarations, so do not use them!

Refs #392.

Private methods are not supported by .d.ts type declarations, so do not use them!

Refs openhab#392.

Signed-off-by: Florian Hotze <[email protected]>
@florian-h05 florian-h05 added the bug Something isn't working label Nov 3, 2024
@florian-h05 florian-h05 added this to the to be released milestone Nov 3, 2024
@florian-h05 florian-h05 requested a review from a team as a code owner November 3, 2024 15:08
@florian-h05 florian-h05 merged commit 0ec2f5e into openhab:main Nov 3, 2024
4 checks passed
@florian-h05 florian-h05 deleted the types branch November 3, 2024 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant