Skip to main content
Version: v1

IQueueMessage Interface

Represents a message in task queue to be processed.

Signature

export interface IQueueMessage

Properties

PropertyTypeDescription
documentIdstring
messageIHelpMessage
tenantIdstring
tokenstring

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