drupflare/drangler - v0.1.0
    Preparing search index...

    Interface CopyItem

    interface CopyItem {
        bytes: number;
        from: string;
        sha256: string;
        to: string;
        verdict: CopyVerdict;
    }

    Hierarchy (View Summary)

    Index
    bytes: number
    from: string
    sha256: string
    to: string
    verdict: CopyVerdict