Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed Dec 1, 2023
1 parent e7422f9 commit bf60160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/long-cups-drive.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ NOTE: The changes below have no impact on runtime behavior, but they may trigger
Simply add `extends DeclaredService<"SERVICE_ID">` to your service interface, where `SERVICE_ID` should match the service's interface name (`"provides"` in `build.config.mjs`).

```diff
+ import { DeclaredService } from "@open-pioneer/runtime";
+ import { DeclaredService } from "@open-pioneer/runtime";
- export interface HttpService {
+ export interface HttpService extends DeclaredService<"http.HttpService"> {
Expand Down

0 comments on commit bf60160

Please sign in to comment.