diff options
| author | 2022-02-16 21:10:39 +0100 | |
|---|---|---|
| committer | 2022-02-16 21:10:39 +0100 | |
| commit | a86f0a804bf8d1ff37d9027930aad1fdcbde3ad6 (patch) | |
| tree | f9c8eff30e1f38cf7f3320590eadbdbe2af5291f /src/hooks/useRequests.tsx | |
| parent | e2aed74b7a9807bf87a9bf337c8a2e84a4bcbfde (diff) | |
| download | client-1.4.0.post1.tar.gz client-1.4.0.post1.tar.bz2 client-1.4.0.post1.zip | |
Added a timestampv1.4.0.post1v1.4.0
Diffstat (limited to 'src/hooks/useRequests.tsx')
| -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; |
