Files
keystone/resources/js/enums/ServiceCategory.js

12 lines
222 B
JavaScript

// This is a generated file.
// Published at 2025-04-01 16:18:32
export default {
"DATABASE": "database",
"APPLICATION": "application",
"GATEWAY": "gateway",
"STORAGE": "storage",
"CACHE": "cache"
}