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

0.4.0

interface LineupIndexesRole {
    role: number;
    section: number;
}

Hierarchy (view full)

Properties

Properties

role: number
section: number