Interface StoriesStoryStatsStat

interface StoriesStoryStatsStat {
    count: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Stat value

Generated using TypeDoc