Skip to content

Commit 8bbf19e

Browse files
author
Hyunje Jun
committed
Fix typo in TemplateURIAction type
1 parent 8a2e856 commit 8bbf19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/global.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ declare namespace Line {
182182
text: string,
183183
};
184184
export type TemplateURIAction = {
185-
type: "template",
185+
type: "uri",
186186
uri: string,
187187
};
188188
export type TemplateDatetimePickerAction = {

0 commit comments

Comments
 (0)