electron@22.3.3, esbuild@0.17.11, typescript@5.0.2
This commit is contained in:
parent
27b7060d09
commit
28adb58c69
5 changed files with 198 additions and 180 deletions
|
@ -151,7 +151,7 @@ function resetItems(): ItemsResetAction {
|
|||
|
||||
function getDefaultCustomColorData() {
|
||||
return {
|
||||
colors: {},
|
||||
colors: {} as Record<string, CustomColorType>,
|
||||
version: 1,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue