ci: add type test #1385
Annotations
4 errors
test (18):
lib/components/STableCell.vue#L42
Type 'TableCellValueColor | ((value: any, record: any) => TableCellValueColor) | undefined' is not assignable to type 'Color | ((value: any, record: any) => Color) | undefined'.
|
test (18):
lib/components/STableCell.vue#L43
Type 'TableCellValueColor | ((value: any, record: any) => TableCellValueColor) | undefined' is not assignable to type 'Color | ((value: any, record: any) => Color) | undefined'.
|
test (18):
lib/components/STableCell.vue#L79
Type '(value: any, record: any) => TableCellPillItem[]' is not assignable to type '(value: string[], record: any) => Pill[]'.
|
test (18)
Process completed with exit code 1.
|