Skip to content

Commit

Permalink
Typing FillPattern is optional (exceljs#1550)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andries-Smit authored Feb 14, 2021
1 parent 410b1be commit 20450dc
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 @@ -167,7 +167,7 @@ export type FillPatterns =
export interface FillPattern {
type: 'pattern';
pattern: FillPatterns;
fgColor: Partial<Color>;
fgColor?: Partial<Color>;
bgColor?: Partial<Color>;
}

Expand Down

0 comments on commit 20450dc

Please sign in to comment.