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
MediaListOptionsMappingis a constant that maps theMediaListOptionsfields to their expected types. ThesectionOrder,customLists,advancedScoring, andthemefields are mapped to 'string', and thesplitCompletedSectionByFormatandadvancedScoringEnabledfields are mapped to 'boolean'.