@twinfinity/core
    Preparing search index...

    Interface TwinComputedPropertySetsResponse

    interface TwinComputedPropertySetsResponse {
        processorId: string;
        propertySets: PropertySet[];
        receivedAt: string;
    }
    Index

    Properties

    processorId: string
    propertySets: PropertySet[]
    receivedAt: string