light-run - v0.1.4
    Preparing search index...

    Interface ExtractResult

    interface ExtractResult {
        bytes?: number;
        error?: string;
        from: string;
        status: "error" | "ok" | "missing";
        to: string;
    }
    Index

    Properties

    bytes?: number
    error?: string
    from: string
    status: "error" | "ok" | "missing"
    to: string