Skip to content

Commit 33ab333

Browse files
committed
chore(generate): pass proper types to SupportedPptxGenJSSlide
1 parent 255cc10 commit 33ab333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export interface SupportedPptxGenJSSlide {
236236
* @type {Function}
237237
*/
238238
addChart(
239-
type: PptxGenJS.CHART_NAME | PptxGenJS['IChartMulti'][],
239+
type: PptxGenJS.CHART_NAME | PptxGenJS.IChartMulti[],
240240
data: any[],
241241
options?: PptxGenJS.IChartOpts,
242242
): void;

0 commit comments

Comments
 (0)