Skip to content

Commit b3a8445

Browse files
wattaniHyunje Jun
authored andcommitted
Modify TemplateColumn type definition (#48)
Modify TemplateColumn type definition to fit the LINE Messaging API Reference.
1 parent c2bc14f commit b3a8445

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
@@ -233,7 +233,7 @@ export type TemplateCarousel = {
233233

234234
export type TemplateColumn = {
235235
thumbnailImageUrl?: string;
236-
imageAspectRatio?: "rectangle" | "square";
236+
imageBackgroundColor?: string;
237237
title?: string;
238238
text: string;
239239
actions: Action<{ label: string }>[];

0 commit comments

Comments
 (0)