Represents a hash and its associated fields

interface HashData {
    lastAccess: number;
    value: string;
}

Properties

Properties

lastAccess: number
value: string