@twinfinity/core
    Preparing search index...

    Interface AssetGet

    interface AssetGet {
        category?: string;
        createdBy: string;
        createdUtc: string;
        etag: string;
        id: string;
        ifcGid?: string;
        isDeleted?: boolean;
        metadata?: Record<string, unknown>;
        modifiedBy: string;
        modifiedUtc: string;
        name: string;
        parentIfcGid?: string;
        position?: AssetPosition;
        twinReference?: string;
        type?: string;
    }
    Index

    Properties

    category?: string
    createdBy: string
    createdUtc: string
    etag: string
    id: string
    ifcGid?: string
    isDeleted?: boolean
    metadata?: Record<string, unknown>
    modifiedBy: string
    modifiedUtc: string
    name: string
    parentIfcGid?: string
    position?: AssetPosition
    twinReference?: string
    type?: string