Documentation
Github
Preparing search index...
iso-ucan
client
<internal>
RouteOutput
Type Alias RouteOutput<Cap, Output>
type
RouteOutput
<
Cap
extends
Capability
<
StandardSchemaV1
>
,
Output
>
=
{
cap
:
Cap
;
fn
:
(
options
:
RouteHandlerOptions
)
=>
Promisable
<
Output
>
;
}
Type Parameters
Cap
extends
Capability
<
StandardSchemaV1
>
Output
Index
Properties
cap
fn
Properties
cap
cap
:
Cap
fn
fn
:
(
options
:
RouteHandlerOptions
)
=>
Promisable
<
Output
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cap
fn
Github
Documentation
Loading...