Files
keystone/resources/js/enums/FirewallRuleStatus.js

10 lines
170 B
JavaScript

// This is a generated file.
// Published at 2025-04-01 16:27:12
export default {
"NOT_APPLIED": "not-applied",
"APPLIED": "applied",
"FAILED": "failed"
}