Skip to content

Commit 03a1863

Browse files
watanabeyuxingoxu
authored andcommitted
fix TemplateImageColumn to TemplateImageColumn[] (#163)
* TemplateImageColumn -> TemplateImageColumn[] in TemplateContent
1 parent a604158 commit 03a1863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,7 @@ export type TemplateImageCarousel = {
14791479
/**
14801480
* Array of columns (Max: 10)
14811481
*/
1482-
columns: TemplateImageColumn;
1482+
columns: TemplateImageColumn[];
14831483
};
14841484

14851485
export type TemplateImageColumn = {

0 commit comments

Comments
 (0)