Interface Season

This is a type of a single object within the collection seasons. A single object describes a single race season.

Hierarchy

Properties

name: string

Name of the season.

description: string

Description of the season.

icon: string

URL of the season's icon.

startDate: null | Date

If the season has started, the date of starting is stored in this field.

endDate: null | Date

If the season has ended, the date of ending is stored in this field.

isSpecial: boolean

Indicates if this is a special season.

_id: ObjectId

Generated using TypeDoc