mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-03 17:58:21 +00:00
package
This commit is contained in:
6
lib/src/Security/Permissions/Ruling.dart
Normal file
6
lib/src/Security/Permissions/Ruling.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
enum Ruling
|
||||
{
|
||||
Denied,
|
||||
Allowed,
|
||||
DontCare
|
||||
}
|
||||
Reference in New Issue
Block a user