fix
This commit is contained in:
parent
4ed904316d
commit
e1aa682105
2 changed files with 11 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ export type LogSequence = {
|
|||
action: string;
|
||||
status: "success" | "error";
|
||||
description: string;
|
||||
query?: string;
|
||||
query?: any;
|
||||
request?: {
|
||||
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
||||
url?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue