refactor: move from network strategies to generic interceptor service (#3242)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export type HoppRequestEvent =
|
||||
| {
|
||||
platform: "rest" | "graphql-query" | "graphql-schema"
|
||||
strategy: "normal" | "proxy" | "extension"
|
||||
strategy: string
|
||||
}
|
||||
| { platform: "wss" | "sse" | "socketio" | "mqtt" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user