diff --git a/www/apps/docs/content/admin/widgets.md b/www/apps/docs/content/admin/widgets.md
index 4dc6cc63a3..dd7f6ec454 100644
--- a/www/apps/docs/content/admin/widgets.md
+++ b/www/apps/docs/content/admin/widgets.md
@@ -534,7 +534,15 @@ Added at the top of the product collection details page
-\-
+Type `ProductCollectionDetailsWidgetProps` imported from `@medusajs/admin`.
+
+
+
+```ts noCopy noReport
+{
+ productCollection, // Collection object
+}
+```
|
@@ -552,7 +560,15 @@ Added at the bottom of the product collections list page
-\-
+Type `ProductCollectionDetailsWidgetProps` imported from `@medusajs/admin`.
+
+
+
+```ts noCopy noReport
+{
+ productCollection, // Collection object
+}
+```
|