Skip to content

Commit 545c776

Browse files
fix: add response.statusCode to AppActionCallRawResponse [EXT-6767] (#2748)
1 parent 8e31741 commit 545c776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/entities/app-action-call.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export interface AppActionCallRawResponseProps {
7878
}
7979
response: {
8080
headers?: { contentType?: string }
81+
statusCode?: number
8182
body: string
8283
}
8384
}

0 commit comments

Comments
 (0)