summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public')
-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 7b38e00df46..1e40d7f6650 100644
--- a/lib/public/Share/IShare.php
+++ b/lib/public/Share/IShare.php
@@ -106,6 +106,11 @@ interface IShare {
// const TYPE_USERROOM = 11;
/**
+ * @since 21.0.0
+ */
+ public const TYPE_DECK = 12;
+
+ /**
* @since 18.0.0
*/
public const STATUS_PENDING = 0;