feat: improving infrastructure
This commit is contained in:
@@ -3,4 +3,5 @@ export type HttpMethod = "POST" | "GET" | "PUT" | "DELETE";
|
||||
export default interface StoccaTreRequest {
|
||||
method: HttpMethod,
|
||||
route: string,
|
||||
body: string | null,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user