Interface: ConversationsRouterLocals
Express.js Request that exposes the app's ConversationsService.
This is useful if you want to do authentication or dynamic data validation.
Properties
conversations
• conversations: ConversationsService
Defined in
packages/mongodb-chatbot-server/src/routes/conversations/conversationsRouter.ts:80
customData
• customData: Record
<string
, unknown
>
Defined in
packages/mongodb-chatbot-server/src/routes/conversations/conversationsRouter.ts:81