DecodedMessageWithContent
DecodedMessageWithContent<
ContentTypes> =DecodedMessage<ContentTypes> &object
Defined in: sdks/js/agent-sdk/src/core/filter.ts:14
A decoded message whose content is known to be present.
Type Declaration
Section titled “Type Declaration”content
Section titled “content”content:
ContentTypes
The decoded content after the presence check.
Type Parameters
Section titled “Type Parameters”ContentTypes
Section titled “ContentTypes”ContentTypes = unknown

