@twinfinity/core
    Preparing search index...

    Interface TwinProcessorEvent

    interface TwinProcessorEvent {
        details?: unknown;
        eventTimestampUtc: string;
        eventType: string;
        id: string;
        message?: string;
        processorId: string;
    }
    Index

    Properties

    details?: unknown
    eventTimestampUtc: string
    eventType: string
    id: string
    message?: string
    processorId: string