mirror of
https://github.com/h-sphere/sql-seal.git
synced 2026-07-22 10:10:28 +00:00
broaden the union type of CellParserResult by adding number
This commit is contained in:
parent
e611b557aa
commit
bb2596a462
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ export interface Result {
|
|||
onRunCallback?: OnRunCallback
|
||||
}
|
||||
|
||||
export type CellParserResult = Result | string | HTMLElement
|
||||
export type CellParserResult = Result | string | HTMLElement | number
|
||||
|
||||
export class ModernCellParser {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue