Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Claude-GP committed Feb 2, 2024
1 parent 8655d9c commit ac5e364
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lambda/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ export type Text = {

export type Payload = {
headers: {
"Authorization": string
} & { [key: string]: string },
"Authorization": string,
[key: string]: string
} ,
data: JSON ,

}

0 comments on commit ac5e364

Please sign in to comment.