@twinfinity/core
    Preparing search index...

    Interface TwinContentResponse

    interface TwinContentResponse {
        description?: string;
        format: string;
        id: string;
        processorId: string;
        receivedAt: string;
    }
    Index

    Properties

    description?: string
    format: string
    id: string
    processorId: string
    receivedAt: string