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

Missing ServiceType definition #79

Open
3 tasks done
m-elseberg opened this issue Dec 5, 2024 · 2 comments
Open
3 tasks done

Missing ServiceType definition #79

m-elseberg opened this issue Dec 5, 2024 · 2 comments

Comments

@m-elseberg
Copy link

Bug description

The documentation on How to Use a Service suggests using the ServiceType type when referencing a service from another service:

import { ServiceOptions, ServiceType } from "@open-pioneer/runtime";

However, no such type exists (index.ts):

Module '"@open-pioneer/runtime"' has no exported member 'ServiceType'.ts(2305)

Logs

No response

Validations

@mbeckem
Copy link
Contributor

mbeckem commented Dec 5, 2024

Right, this is outdated. We'll fix it soon, for now you should just import the needed type directly.

@m-elseberg
Copy link
Author

Alright.

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