DefaultLineup: {
    header: {
        subtitle: string;
        title: string;
    };
    name: string;
    sections: never[];
} = ...

The default lineup.

Basically an empty lineup used as a fallback and for creating new lineups.