garrettmills
f2995899ec
All checks were successful
continuous-integration/drone/push Build is passing
6 lines
210 B
JavaScript
6 lines
210 B
JavaScript
module.exports = exports = {
|
|
policy_not_found: 'Policy not found with that ID.',
|
|
permission_not_found: 'Permission not found with that ID.',
|
|
invalid_entity: 'Invalid entity_type. Must be one of:'
|
|
}
|