fix: revert api-report.md changes

Signed-off-by: @pawelmitka <pawel.mitka@brainly.com>
This commit is contained in:
@pawelmitka
2021-09-06 13:24:45 +02:00
parent 21ccd49970
commit cd8da26d21
+1 -1
View File
@@ -179,7 +179,7 @@ export function createRouter(options: RouterOptions): Promise<express.Router>;
// @public (undocumented)
export const createTemplateAction: <
Input extends Partial<{
[name: string]: Partial<JsonObject> | JsonValue | undefined;
[name: string]: JsonValue | Partial<JsonObject> | undefined;
}>,
>(
templateAction: TemplateAction<Input>,