update config-schema.yaml #49
Annotations
8 errors
unit-test
Type 'Theme | Theme | Theme | Theme | Theme' is not assignable to type '{ fontFamily?: string | undefined; fontSize?: number | undefined; fontWeight?: number | undefined; primaryColor?: string | undefined; primaryTextColor?: string | undefined; pie1?: string | undefined; ... 28 more ...; THEME_COLOR_LIMIT?: number | undefined; } | undefined'.
|
unit-test
Argument of type '{ fontFamily?: string | undefined; fontSize?: number | undefined; fontWeight?: number | undefined; primaryColor?: string | undefined; primaryTextColor?: string | undefined; pie1?: string | undefined; ... 28 more ...; THEME_COLOR_LIMIT?: number | undefined; } | undefined' is not assignable to parameter of type '{ fontFamily: string; fontSize: string; textColor: string; errorBkgColor: string; errorTextColor: string; lineColor: string; } & FlowChartStyleOptions'.
|
unit-test
Type 'Theme | Theme | Theme | Theme | Theme' is not assignable to type '{ fontFamily?: string | undefined; fontSize?: number | undefined; fontWeight?: number | undefined; primaryColor?: string | undefined; primaryTextColor?: string | undefined; pie1?: string | undefined; ... 28 more ...; THEME_COLOR_LIMIT?: number | undefined; } | undefined'.
|
unit-test
Type 'Theme' is not assignable to type '{ fontFamily?: string | undefined; fontSize?: number | undefined; fontWeight?: number | undefined; primaryColor?: string | undefined; primaryTextColor?: string | undefined; pie1?: string | undefined; ... 28 more ...; THEME_COLOR_LIMIT?: number | undefined; }'.
|
unit-test
Argument of type '{ fontFamily?: string | undefined; fontSize?: number | undefined; fontWeight?: number | undefined; primaryColor?: string | undefined; primaryTextColor?: string | undefined; pie1?: string | undefined; ... 28 more ...; THEME_COLOR_LIMIT?: number | undefined; } | undefined' is not assignable to parameter of type '{ fontFamily: string; fontSize: string; textColor: string; errorBkgColor: string; errorTextColor: string; lineColor: string; } & FlowChartStyleOptions'.
|
unit-test
Type '{} | null' is not assignable to type 'undefined'.
|
unit-test
Type 'Theme | Theme | Theme | Theme | Theme' is not assignable to type '{ fontFamily?: string | undefined; fontSize?: number | undefined; fontWeight?: number | undefined; primaryColor?: string | undefined; primaryTextColor?: string | undefined; pie1?: string | undefined; ... 28 more ...; THEME_COLOR_LIMIT?: number | undefined; } | undefined'.
|
unit-test
Type '{} | null' is not assignable to type 'undefined'.
|