Updated API report

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2021-07-12 17:02:26 +02:00
parent 35a67722bc
commit 67d1002908
+1 -1
View File
@@ -14,7 +14,7 @@ import { PreparerBuilder } from '@backstage/techdocs-common';
import { PublisherBase } from '@backstage/techdocs-common';
// @public (undocumented)
export function createRouter({ preparers, generators, publisher, config, logger, discovery, }: RouterOptions): Promise<express.Router>;
export function createRouter(options: RouterOptions): Promise<express.Router>;
export * from "@backstage/techdocs-common";