diff --git a/content/components/params.mdx b/content/components/params.mdx
index e9e1249b9..8df6de826 100644
--- a/content/components/params.mdx
+++ b/content/components/params.mdx
@@ -40,6 +40,10 @@ icon: "text-size"
Expected type of the parameter's value
+
+ Supports `number`, `string`, `bool`, `object`.
+
+ Arrays can be defined using the `[]` suffix. For example `string[]`.