Skip to content

qanary-component-core/resources/annotatequestion/annotatequestion.model

This page is auto-generated from TSDoc output. Edit the source file, not this Markdown.

qanary-component-core/resources/annotatequestion/annotatequestion.model

Section titled “qanary-component-core/resources/annotatequestion/annotatequestion.model”
  • Package: @leipzigtreechat/qanary-component-core
  • Source file: packages/qanary-component-core/src/resources/annotatequestion/annotatequestion.model.ts

the request handler type of the qanary component core

type IQanaryComponentMessageHandler = (
message: QanaryComponentApi.IQanaryMessage
) => Promise<QanaryComponentApi.IQanaryMessage>

the request handler type of the qanary component core

Defined at: line 4