Skip to content

Commit

Permalink
Remove unrelated line from code from TypeScript usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov authored Apr 14, 2024
1 parent c47f9f9 commit c549a06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ The library ships types for TypeScript usage:
import Service, { inject as service } from '@ember/service';
import type EnginesRouterService from 'ember-engines-router-service/services/router';

type Transition = ReturnType<EnginesRouterService['transitionTo']> & { sequence: number };

export default class MyService extends Service {
@service declare router: EnginesRouterService;

Expand Down

0 comments on commit c549a06

Please sign in to comment.