Variable MediaListOptionsMappingConst
MediaListOptionsMapping: {
advancedScoring: string;
advancedScoringEnabled: string;
customLists: string;
sectionOrder: string;
splitCompletedSectionByFormat: string;
theme: string;
} = ...
Type declaration
advancedScoring: string
advancedScoringEnabled: string
customLists: string
sectionOrder: string
splitCompletedSectionByFormat: string
theme: string
MediaListOptionsMapping
is a constant that maps theMediaListOptions
fields to their expected types. ThesectionOrder
,customLists
,advancedScoring
, andtheme
fields are mapped to 'string', and thesplitCompletedSectionByFormat
andadvancedScoringEnabled
fields are mapped to 'boolean'.