fix log
This commit is contained in:
parent
9eb539b451
commit
61ec81687c
8 changed files with 365 additions and 358 deletions
|
|
@ -11,8 +11,8 @@ export type LogSequence = {
|
|||
description: string;
|
||||
query?: string;
|
||||
request?: {
|
||||
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
||||
url: string;
|
||||
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
||||
url?: string;
|
||||
payload?: string;
|
||||
response?: string;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue