diff options
Diffstat (limited to 'src/hooks')
| -rw-r--r-- | src/hooks/useRequests.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hooks/useRequests.tsx b/src/hooks/useRequests.tsx index feba4fa..1361949 100644 --- a/src/hooks/useRequests.tsx +++ b/src/hooks/useRequests.tsx | |||
| @@ -15,6 +15,7 @@ export type Method = | |||
| 15 | 15 | ||
| 16 | export interface RequestPayload { | 16 | export interface RequestPayload { |
| 17 | id: string; | 17 | id: string; |
| 18 | timestamp: string; | ||
| 18 | body: string; | 19 | body: string; |
| 19 | headers: Headers; | 20 | headers: Headers; |
| 20 | method: Method; | 21 | method: Method; |
