A type definition for the data in a story mode level JSON file.
See also:
Fields
version:String
* The version number of the level data schema.
* When making changes to the level data format, this should be incremented,
* and a migration function should be added to LevelDataParser to handle old versions.
props:Array<LevelPropData>
* The props to display over the colored background.
* In the base game this is usually Boyfriend and the opponent.