Interface ProgramThemeAction

interface ProgramThemeAction {
    partial?: boolean;
    programTheme: ProgramTheme;
    type: "PROGRAM_THEME";
}

Properties

partial?: boolean
programTheme: ProgramTheme
type: "PROGRAM_THEME"