Skip to content

Commit 0104eb4

Browse files
authored
Fix: ExcelCell typing
Fixes securedeveloper#141
1 parent 094f67f commit 0104eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type ExcelCellData = ExcelValue | ExcelCell;
2929
type ExcelValue = string | number | Date | boolean;
3030

3131
interface ExcelCell {
32-
value: ExcelCell;
32+
value: ExcelCellValue;
3333
style: ExcelStyle;
3434
}
3535

0 commit comments

Comments
 (0)