UNPKG
@wiqotech/nestjs-digiflazz
Version:
latest (0.0.1)
0.0.1
NestJS Digiflazz SDK Module
github.com/juniarta/nestjs-digiflazz
juniarta/nestjs-digiflazz
@wiqotech/nestjs-digiflazz
/
dist
/
digiflazz
/
digiflazz.module-definition.d.ts
7 lines
(6 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
ConfigurableModuleClass
:
import
(
"@nestjs/common"
).
ConfigurableModuleCls
<{
username
:
string
;
apikey
:
string
; },
"register"
,
"create"
, {
isGlobal
:
boolean
; }>,
MODULE_OPTIONS_TOKEN
:
string
|
symbol
;