Interface Count

Contains a counter.

interface Count {
    @type: "count";
    count: number;
}

Properties

Properties

@type: "count"
count: number

Count.