MediaListOptionsMapping: {
    advancedScoring: string;
    advancedScoringEnabled: string;
    customLists: string;
    sectionOrder: string;
    splitCompletedSectionByFormat: string;
    theme: string;
} = ...

MediaListOptionsMapping is a constant that maps the MediaListOptions fields to their expected types. The sectionOrder, customLists, advancedScoring, and theme fields are mapped to 'string', and the splitCompletedSectionByFormat and advancedScoringEnabled fields are mapped to 'boolean'.

Type declaration

  • advancedScoring: string
  • advancedScoringEnabled: string
  • customLists: string
  • sectionOrder: string
  • splitCompletedSectionByFormat: string
  • theme: string