fix: add api report

Signed-off-by: Gaurav Agrawal <gaurav.agrawal01@nagarro.com>
This commit is contained in:
Gaurav Agrawal
2025-09-07 19:51:00 +00:00
parent e0ffe84d55
commit 443c0e4348
+1
View File
@@ -492,6 +492,7 @@ export type RouterProps = {
actions?: boolean;
tasks?: boolean;
create?: boolean;
templatingExtensions?: boolean;
};
};