@plust/datasleuth - v0.2.0
    Preparing search index...

    Interface Entity

    Entity object structure

    interface Entity {
        name: string;
        type: string;
        description: string;
        confidence: number;
        mentions: number;
        attributes?: Record<string, any>;
    }
    Index

    Properties

    name: string
    type: string
    description: string
    confidence: number
    mentions: number
    attributes?: Record<string, any>