| 74 | * - cancel an order (action: delete, resource type: order) |
| 75 | */ |
| 76 | export class Permission { |
| 77 | /** |
| 78 | * Action or access of a protected resources, such as `read`, `create`, |
| 79 | * `update`, or `delete` |
nothing calls this directly
no outgoing calls
no test coverage detected