We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation on How to Use a Service suggests using the ServiceType type when referencing a service from another service:
ServiceType
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)
No response
The text was updated successfully, but these errors were encountered:
Right, this is outdated. We'll fix it soon, for now you should just import the needed type directly.
Sorry, something went wrong.
Alright.
No branches or pull requests
Bug description
The documentation on How to Use a Service suggests using the
ServiceType
type when referencing a service from another service:However, no such type exists (index.ts):
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: