Skip to content

Commit ac5e364

Browse files
committed
fix type
1 parent 8655d9c commit ac5e364

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lambda/types.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ export type Text = {
1010

1111
export type Payload = {
1212
headers: {
13-
"Authorization": string
14-
} & { [key: string]: string },
13+
"Authorization": string,
14+
[key: string]: string
15+
} ,
1516
data: JSON ,
1617

1718
}

0 commit comments

Comments
 (0)