Files
keystone/resources/js/enums/EnvironmentAttachmentRole.js

12 lines
198 B
JavaScript

// This is a generated file.
export default {
"DATABASE": "database",
"CACHE": "cache",
"QUEUE": "queue",
"STORAGE": "storage",
"GATEWAY": "gateway",
"CUSTOM": "custom"
}