UNPKG
@finda-co/novu-framework
Version:
latest (2.7.0)
2.7.0
2.5.3
The Code-First Notifications Workflow SDK.
github.com/novuhq/novu
novuhq/novu
@finda-co/novu-framework
/
dist
/
cjs
/
server.types-BRWsA1CA.d.cts
4 lines
(2 loc)
•
156 B
text/typescript
View Raw
1
2
3
4
type
SupportedFrameworkName
=
'next'
|
'express'
|
'nuxt'
|
'h3'
|
'sveltekit'
|
'remix'
|
'lambda'
|
'nest'
;
export
type
{
SupportedFrameworkName
as
S };