build api report

Signed-off-by: kevspl <kkantesaria@splunk.com>
This commit is contained in:
kevspl
2024-12-03 13:22:46 -05:00
parent 327dcb45d7
commit 0b3edcb55e
+2 -2
View File
@@ -530,7 +530,6 @@ declare namespace internal {
DocEndpointTemplate,
TemplateToDocEndpoint,
EndpointMapRequestMatcher,
TypedRouter,
};
}
export { internal };
@@ -902,7 +901,8 @@ type TuplifyUnion<
> = true extends N ? [] : Push<TuplifyUnion<Exclude<T, L>>, L>;
// @public (undocumented)
interface TypedRouter<GeneratedEndpointMap extends EndpointMap> extends Router {
export interface TypedRouter<GeneratedEndpointMap extends EndpointMap>
extends Router {
// (undocumented)
delete: EndpointMapRequestMatcher<GeneratedEndpointMap, this, '_delete'>;
// (undocumented)