feat: url and params rewrite index.vue
This commit is contained in:
10
helpers/types/HoppRESTRequest.ts
Normal file
10
helpers/types/HoppRESTRequest.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export type HoppRESTParam = {
|
||||
key: string
|
||||
value: string
|
||||
active: boolean
|
||||
}
|
||||
|
||||
export interface HoppRESTRequest {
|
||||
endpoint: string
|
||||
params: HoppRESTParam[]
|
||||
}
|
||||
Reference in New Issue
Block a user