Skip to content

Commit 81651cf

Browse files
committed
change type payload
1 parent 6f73571 commit 81651cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lambda/types.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export type Text = {
99
}
1010

1111
export type Payload = {
12-
headers: Array<Text>,
13-
data: Array<Text> ,
12+
headers: JSON,
13+
data: JSON ,
1414

1515
}

0 commit comments

Comments
 (0)