feat: init request state management
This commit is contained in:
@@ -5,6 +5,7 @@ export type HoppRESTParam = {
|
||||
}
|
||||
|
||||
export interface HoppRESTRequest {
|
||||
method: string
|
||||
endpoint: string
|
||||
params: HoppRESTParam[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user