Teleforge API Reference - v0.1.0
Preparing search index...
bff/src
BffRouteMatch
Interface BffRouteMatch<TInput, TOutput>
interface
BffRouteMatch
<
TInput
=
unknown
,
TOutput
=
unknown
>
{
params
:
Record
<
string
,
string
>
;
route
:
BffRouteDefinition
<
TInput
,
TOutput
>
;
}
Type Parameters
TInput
=
unknown
TOutput
=
unknown
Index
Properties
params
route
Properties
params
params
:
Record
<
string
,
string
>
route
route
:
BffRouteDefinition
<
TInput
,
TOutput
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
params
route
Teleforge API Reference - v0.1.0
Loading...