Skip to content

Commit 53ad6b3

Browse files
committed
typo
1 parent 0a2864a commit 53ad6b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/client/types/message.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ export interface AppCardMessageRequest {
107107
}
108108

109109
export interface AppButtonView {
110-
Label: string;
111-
Action: string;
112-
Color: string;
110+
label: string;
111+
action: string;
112+
color: string;
113113
}
114114

115115
export interface FileMessageRequest {

0 commit comments

Comments
 (0)