Skip to content

Commit af98b8c

Browse files
committed
Allow value of any
1 parent 645a86b commit af98b8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bundle/src/adaptiveCards/Attachment/private/directLineSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const directLineCardActionSchema = pipe(
66
image: optional(string()),
77
title: optional(string()),
88
type: string(),
9-
value: optional(string())
9+
value: optional(any())
1010
}),
1111
readonly()
1212
);

0 commit comments

Comments
 (0)