EU Parliament Monitor — API Documentation - v0.8.43
    Preparing search index...

    One entry in manifest.history[]; only fields we read are typed.

    interface ManifestHistoryEntry {
        stage?: string;
        completedAt?: string;
        startedAt?: string;
        finishedAt?: string;
        runId?: string;
        gateResult?: string;
        summary?: string;
        filesWritten?: readonly string[];
    }
    Index

    Properties

    stage?: string
    completedAt?: string
    startedAt?: string
    finishedAt?: string
    runId?: string
    gateResult?: string
    summary?: string
    filesWritten?: readonly string[]