Represents a collection of indexes that point to a specific section in a lineup.

0.4.0

interface LineupIndexesSection {
    section: number;
}

Hierarchy (view full)

Properties

Properties

section: number