@twinfinity/core
    Preparing search index...

    Interface AssetBatchUpsertItem

    interface AssetBatchUpsertItem {
        category?: string;
        etag?: null | string;
        ifcGid?: string;
        metadata?: Record<string, unknown>;
        name: string;
        parentIfcGid?: string;
        position?: AssetPosition;
        twinReference?: string;
        type?: string;
    }
    Index

    Properties

    category?: string
    etag?: null | string
    ifcGid?: string
    metadata?: Record<string, unknown>
    name: string
    parentIfcGid?: string
    position?: AssetPosition
    twinReference?: string
    type?: string