Interface ICounterData

interface ICounterData {
    options: ICounterOptions;
}

Properties

Properties