UNPKG
dewmyth-auth-nestjs-mongo
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
1. Install the package
dewmyth-auth-nestjs-mongo
/
dist
/
app.controller.d.ts
7 lines
(6 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
AppService
}
from
'./app.service'
;
export
declare
class
AppController
{
private
readonly
appService;
constructor
(
appService
:
AppService
);
getHello
():
string
; }