Interface CounterType

interface CounterType {
    count: number;
    key: string;
}

Hierarchy

Properties

Properties

count: number
key: string