Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit ca28c16

Browse files
committed
fix: Correct definition of id field for v2 cards
1 parent bdaa978 commit ca28c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export interface Events {
2727

2828
export interface CardsV2 {
2929
cardsV2?: Array<{
30-
id?: string;
30+
cardId?: string;
3131
card: chat_v1.Schema$GoogleAppsCardV1Card;
3232
}>;
3333
}

0 commit comments

Comments
 (0)