interface LineupExternalSection {
    name: string;
    roles: LineupExternalRole[];
}

Properties

Properties

name: string