Skip to main content
Version: v1

IQueueMessage Interface

Represents a message in task queue to be processed.

Signature

export interface IQueueMessage

Properties

Property Type Description
documentId string
message IHelpMessage
tenantId string
token string

Property Details

documentId

Signature

documentId: string;

Type: string

message

Signature

message: IHelpMessage;

Type: IHelpMessage

tenantId

Signature

tenantId: string;

Type: string

token

Signature

token: string;

Type: string