@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface ConnectorMessageData

    Object mapping for connectorMessage raw or parsed data

    interface ConnectorMessageData {
        channelId: string;
        content?: string;
        contentType: string;
        dataType?: string;
        encrypted: boolean;
        messageDataId?: string;
        messageId: string;
    }
    Index

    Properties

    channelId: string
    content?: string
    contentType: string
    dataType?: string
    encrypted: boolean
    messageDataId?: string
    messageId: string