@twinfinity/core
    Preparing search index...

    Interface TwinVersionContentResponse

    interface TwinVersionContentResponse {
        computedPropertySets: TwinComputedPropertySetsResponse[];
        content: TwinContentResponse[];
        processors: TwinProcessorResponse[];
        status: string;
        twinId: string;
        twinVersion: number;
    }
    Index

    Properties

    computedPropertySets: TwinComputedPropertySetsResponse[]
    processors: TwinProcessorResponse[]
    status: string
    twinId: string
    twinVersion: number