Creates a new inactive season.
const season: Pick<Season, 'name' | 'description' | 'icon'> = { name: "Season III", description: "It's a third racing season!", icon: "http://http.cat/404.jpg",};const { acknowledged, insertedId,} = await sdk.createSeason({ season });
Object representing a season to be created.
Generated using TypeDoc
Creates a new inactive season.
Usage