brows3r — TypeScript API
    Preparing search index...

    Interface CapabilityRecord

    A single cached capability record.

    interface CapabilityRecord {
        class: CapabilityClass;
        learnedAt: number;
    }
    Index

    Properties

    Properties

    learnedAt: number

    Unix timestamp (seconds) when this record was written.