UNPKG
@chassisjs/hermes-mongodb
Version:
latest (1.0.0-alpha.16)
1.0.0-alpha.16
1.0.0-alpha.15
1.0.0-alpha.14
1.0.0-alpha.13
1.0.0-alpha.12
Production-Ready TypeScript Outbox Pattern for MongoDB
docs.hermesjs.tech
chassisjs/hermes
@chassisjs/hermes-mongodb
/
lib
/
index.d.ts
3 lines
(2 loc)
•
296 B
TypeScript
View Raw
1
2
3
export
{ createOutboxConsumer }
from
'./outbox.js'
;
export
{
type
ConsumerCreationParams
,
type
ErrorCallback
,
type
OutboxConsumer
,
type
OutboxConsumerModel
,
type
OutboxMessageModel
,
type
OutboxMessageStream
,
type
Publish
,
type
SaveWithEventCallback
,
type
Start
,
type
Stop
, }
from
'./typings.js'
;