nestjs-temporal-core
Preparing search index...
NestJSWrapper
Interface NestJSWrapper
NestJS wrapper interface for discovery service
interface
NestJSWrapper
{
instance
?:
Record
<
string
,
unknown
>
;
metatype
?:
new
(
...
args
:
unknown
[]
)
=>
Record
<
string
,
unknown
>
;
}
Index
Properties
instance?
metatype?
Properties
Optional
instance
instance
?:
Record
<
string
,
unknown
>
Optional
metatype
metatype
?:
new
(
...
args
:
unknown
[]
)
=>
Record
<
string
,
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
instance
metatype
nestjs-temporal-core
Loading...
NestJS wrapper interface for discovery service