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
/
src
/
auth
/
auth-module-options.ts
4 lines
(3 loc)
•
62 B
text/typescript
View Raw
1
2
3
4
export
interface
AuthModuleOptions
{
mongoUri
:
string
; }