chore: fixing api-reports

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-01-19 14:58:14 +01:00
parent 2154b53947
commit cc1b2ac088
+1 -1
View File
@@ -125,7 +125,7 @@ export const httpRouterFactory: (
// @public (undocumented)
export interface HttpRouterFactoryOptions {
getPath(pluginId: string): string;
getPath?(pluginId: string): string;
}
// @public