Update TSCondif
Based on #2558. Also fixes errors resulting from the stricter options.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user