Skip to main content
Version: Latest(3.13)

PermissionForSharedScope 读写权限共享限定

1. 结构声明

class PermissionForSharedScope extends SharedScope {
permission: 'readOnly' | 'readWrite' = 'readWrite';
}