Add internal DECK_USER type to allow unsharing for individual users

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2020-12-08 12:59:09 +01:00
parent f3150f29a7
commit c770d33717
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 5 additions and 0 deletions

View File

@ -110,6 +110,11 @@ interface IShare {
*/ */
public const TYPE_DECK = 12; public const TYPE_DECK = 12;
/**
* @internal 21.00
*/
public const TYPE_DECK_USER = 13;
/** /**
* @since 18.0.0 * @since 18.0.0
*/ */