UNPKG
nestjs-stellate
Version:
develop (10.2.0-beta.1)
latest (10.2.0)
10.2.0
10.2.0-beta.1
10.1.0
10.1.0-beta.3
10.1.0-beta.2
10.1.0-beta.1
10.0.0
10.0.0-beta.1
1.1.1
1.1.0
1.0.0
Stellate.co Module for Nest Framework
github.com/volbrene/nestjs-stellate
volbrene/nestjs-stellate
nestjs-stellate
/
dist
/
stellate.tokens.d.ts
7 lines
(6 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
STELLATE_OPTIONS
: unique
symbol
;
export
interface
StellateModuleOptions
{
serviceName
:
string
;
purgeToken
:
string
;
debug
?:
boolean
; }