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

    Interface ConnectorMessageData

    Object mapping for connectorMessage raw or parsed data

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