rest-vir - v1.0.0
Preparing search index...
MatchedServicePath
Type Alias MatchedServicePath<Service>
MatchedServicePath
:
RequireAtLeastOne
<
{
endpointPath
:
keyof
Service
[
"endpoints"
]
;
webSocketPath
:
keyof
Service
[
"webSockets"
]
;
}
,
>
Output for
matchUrlToService
.
Type Parameters
Service
extends
Readonly
<
{
endpoints
:
Record
<
EndpointPathBase
,
any
>
;
webSockets
:
Record
<
EndpointPathBase
,
any
>
;
}
,
>
Package
@rest-vir/implement-service
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
rest-vir - v1.0.0
Loading...
Output for matchUrlToService.