TypedRouter
Home > @backstage/backend-openapi-utils > TypedRouter
Signature:
export interface TypedRouter<GeneratedEndpointMap extends EndpointMap> extends Router
Extends: Router
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
EndpointMapRequestMatcher<GeneratedEndpointMap, this, '_delete'> | |||
|
EndpointMapRequestMatcher<GeneratedEndpointMap, this, 'get'> | |||
|
EndpointMapRequestMatcher<GeneratedEndpointMap, this, 'post'> | |||
|
EndpointMapRequestMatcher<GeneratedEndpointMap, this, 'put'> |