Skip to content

Commit

Permalink
Merge pull request exceljs#1481 from antimatter15/patch-1
Browse files Browse the repository at this point in the history
Fix type definition for DefinedNamesRanges
  • Loading branch information
alubbe authored Oct 1, 2020
2 parents 96cd219 + 7ccad76 commit ebb31f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,7 @@ export interface CellMatrix {

export interface DefinedNamesRanges {
name: string;
range: string[];
ranges: string[];
}

export type DefinedNamesModel = DefinedNamesRanges[];
Expand Down

0 comments on commit ebb31f2

Please sign in to comment.