Skip to content

Commit bc7f5e4

Browse files
committed
refactor: create review payload 변경
1 parent f084b60 commit bc7f5e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/provider/AppBridgeProvider/AppBridgeMessage.types.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ export interface ShareMessage {
2828
export interface CreateReviewMessage {
2929
type: AppBridgeMessageType.CREATE_REVIEW;
3030
payload: {
31-
json: string;
31+
ocrText: string;
32+
hastTag: string[];
33+
reveiwStyle: string;
3234
};
3335
}
3436

0 commit comments

Comments
 (0)