Skip to main content
Version: Next

internal.TypedRouter

Home > @backstage/backend-openapi-utils > internal > TypedRouter

Signature:

export interface TypedRouter<GeneratedEndpointMap extends EndpointMap> extends Router 

Extends: Router

Properties

Property

Modifiers

Type

Description

delete

EndpointMapRequestMatcher<GeneratedEndpointMap, this, '_delete'>

get

EndpointMapRequestMatcher<GeneratedEndpointMap, this, 'get'>

post

EndpointMapRequestMatcher<GeneratedEndpointMap, this, 'post'>

put

EndpointMapRequestMatcher<GeneratedEndpointMap, this, 'put'>