feat: add header session store fields and dispatchers
This commit is contained in:
@@ -4,8 +4,15 @@ export type HoppRESTParam = {
|
||||
active: boolean
|
||||
}
|
||||
|
||||
export type HoppRESTHeader = {
|
||||
key: string
|
||||
value: string
|
||||
active: boolean
|
||||
}
|
||||
|
||||
export interface HoppRESTRequest {
|
||||
method: string
|
||||
endpoint: string
|
||||
params: HoppRESTParam[]
|
||||
headers: HoppRESTHeader[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user