This commit is contained in:
AdisakKanthawilang 2024-08-01 17:48:28 +07:00
parent 4ed904316d
commit e1aa682105
2 changed files with 11 additions and 5 deletions

View file

@ -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;