This website requires JavaScript.
Explore
Help
Register
Sign In
ncaron
/
matcher
mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
Watch
1
Star
0
Fork
You've already forked matcher
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
88326dcf6f
matcher
/
old
/
modules
/
health
/
domain
/
interfaces
/
check-repository.interface.ts
4 lines
73 B
TypeScript
Raw
Blame
History
export
interface
ICheckRepository
{
healthCheck
(
)
:
Promise
<
boolean
>
;
}
Reference in New Issue
View Git Blame
Copy Permalink