summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/public/Share/IShare.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/public/Share/IShare.php b/lib/public/Share/IShare.php
index 1e40d7f6650..4bd290d66c8 100644
--- a/lib/public/Share/IShare.php
+++ b/lib/public/Share/IShare.php
@@ -111,6 +111,11 @@ interface IShare {
public const TYPE_DECK = 12;
/**
+ * @internal 21.00
+ */
+ public const TYPE_DECK_USER = 13;
+
+ /**
* @since 18.0.0
*/
public const STATUS_PENDING = 0;