mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
update types and format bindings
This commit is contained in:
@@ -3,4 +3,8 @@ import type { ReverseProxyBind } from "./ReverseProxyBind";
|
||||
import type { ReverseProxyDestination } from "./ReverseProxyDestination";
|
||||
import type { ReverseProxyHttp } from "./ReverseProxyHttp";
|
||||
|
||||
export type ReverseProxyParams = { bind: ReverseProxyBind, dst: ReverseProxyDestination, http: ReverseProxyHttp, };
|
||||
export type ReverseProxyParams = {
|
||||
bind: ReverseProxyBind;
|
||||
dst: ReverseProxyDestination;
|
||||
http: ReverseProxyHttp;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user