Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix index.d.ts
  • Loading branch information
Siemienik authored Jan 26, 2020
commit 51aa23b14654df0eb946595086a0487ca9d1967e
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ export interface CellModel {
text?: string;
hyperlink?: string;
value?: CellValue;
master: Cell;
master: Cell|string;
formula?: string;
sharedFormula?: string;
result?: string | number | any;
Expand Down