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

0.4.0

interface LineupIndexesParticipant {
    participant: number;
    role: number;
    section: number;
}

Hierarchy (view full)

Properties

participant: number
role: number
section: number