IDocumentSystemMessage Interface
Document Message with optional system level data field.
Signature
export interface IDocumentSystemMessage extends IDocumentMessage
Extends: IDocumentMessage
Properties
Property | Type | Description |
---|---|---|
data | string |
Property Details
data
Signature
data: string;
Type: string