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