mirror of
https://github.com/langgenius/dify.git
synced 2026-07-24 21:18:35 +08:00
7 lines
178 B
TypeScript
7 lines
178 B
TypeScript
export const API_KEY_DETAIL_TABLE_COLUMN_CLASS_NAMES = {
|
|
action: 'w-16 py-1.5 whitespace-nowrap',
|
|
environment: 'whitespace-nowrap',
|
|
key: '',
|
|
name: 'whitespace-nowrap',
|
|
}
|