@twinfinity/core
    Preparing search index...

    Interface TwinProcessorResponse

    interface TwinProcessorResponse {
        processorDescription?: string;
        processorId: string;
        processorName: string;
        status: string;
    }
    Index

    Properties

    processorDescription?: string
    processorId: string
    processorName: string
    status: string