aboutsummaryrefslogtreecommitdiffstats
path: root/core/ResponseDefinitions.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/ResponseDefinitions.php')
-rw-r--r--core/ResponseDefinitions.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/ResponseDefinitions.php b/core/ResponseDefinitions.php
index ca3f117051c..86eef1d2524 100644
--- a/core/ResponseDefinitions.php
+++ b/core/ResponseDefinitions.php
@@ -98,8 +98,12 @@ namespace OCA\Core;
*
* @psalm-type CoreUnifiedSearchProvider = array{
* id: string,
+ * appId: string,
* name: string,
+ * icon: string,
* order: int,
+ * triggers: string[],
+ * filters: array<string, string>,
* }
*
* @psalm-type CoreUnifiedSearchResultEntry = array{