@suluk/visual - v0.1.3
    Preparing search index...

    Interface Capture

    A capture from the verify-once gate: the primitive, its content hash, and its approved screenshot's hash.

    interface Capture {
        key: string;
        contentHash: string;
        snapshotHash: string;
        label?: string;
    }
    Index

    Properties

    key: string
    contentHash: string
    snapshotHash: string
    label?: string