Update TSCondif

Based on #2558. Also fixes errors resulting from the stricter options.
This commit is contained in:
Nate Butler
2023-06-08 01:15:57 -04:00
parent a75e9faa83
commit e996a66596
5 changed files with 26 additions and 6 deletions
+5
View File
@@ -23,6 +23,11 @@ interface ThemeMeta {
themeUrl?: string
}
export type ThemeFamilyMeta = Pick<
ThemeMeta,
"name" | "author" | "licenseType" | "licenseUrl"
>
export interface ThemeConfigInputColors {
neutral: Scale<Color>
red: Scale<Color>