vlocode-project - v2.4.3
    Preparing search index...

    Interface DatapackExportProgress

    interface DatapackExportProgress {
        id: string;
        phase: DatapackExportPhase;
        progress: number;
        sourceKey?: string;
        status: "completed" | "failed";
        total: number;
    }
    Index

    Properties

    id: string
    progress: number
    sourceKey?: string
    status: "completed" | "failed"
    total: number