Teleforge API Reference - v0.1.0
Preparing search index...
bff/src
ProxyConfig
Interface ProxyConfig<TInput, TOutput>
interface
ProxyConfig
<
TInput
,
TOutput
>
{
action
:
string
;
service
:
string
;
transform
?:
{
request
?:
(
context
:
BffRequestContext
,
input
:
TInput
)
=>
unknown
;
response
?:
(
context
:
BffRequestContext
,
output
:
unknown
)
=>
TOutput
;
}
;
}
Type Parameters
TInput
TOutput
Index
Properties
action
service
transform?
Properties
action
action
:
string
service
service
:
string
Optional
transform
transform
?:
{
request
?:
(
context
:
BffRequestContext
,
input
:
TInput
)
=>
unknown
;
response
?:
(
context
:
BffRequestContext
,
output
:
unknown
)
=>
TOutput
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
action
service
transform
Teleforge API Reference - v0.1.0
Loading...