Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
feat(service): expand typings
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Nov 29, 2018
1 parent 916b539 commit 1d02d88
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/service/src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// @TODO(typings): write the types
declare module '@atlas.js/service' {
export default class Service { }
import Component from '@atlas.js/component'

export default class Service extends Component {
static type = 'service'
}
}

0 comments on commit 1d02d88

Please sign in to comment.