Skip to content

Commit daeee56

Browse files
Merge pull request #79 from cjxe/fix/ented-IContent-type
fix: append `null` type under `IContent`
2 parents 1dac19b + af14422 commit daeee56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main-library/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export interface IColumn {
77
}
88

99
export interface IContent {
10-
[key: string]: string | number | boolean | Date | IContent
10+
[key: string]: string | number | boolean | Date | IContent | null
1111
}
1212

1313
export interface IJsonSheet {

0 commit comments

Comments
 (0)