1 """Common code for permissions."""
3 from collections.abc
import Mapping
9 Mapping[str, bool] | bool |
None
13 type SubCategoryDict = Mapping[str, ValueType]
15 type SubCategoryType = SubCategoryDict | bool |
None
19 Mapping[str, SubCategoryType]
21 | Mapping[str, ValueType]
27 type PolicyType = Mapping[str, CategoryType]