Interface Crackstation_BenchmarksEntry

interface Crackstation_BenchmarksEntry {
    key: number;
    value: string;
}

Properties

Properties

key: number
value: string