Interface StoriesStatCategory

interface StoriesStatCategory {
    header: string;
    lines: StoriesStatLine[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

header: string

Generated using TypeDoc