mirror of
https://github.com/langgenius/dify.git
synced 2026-03-07 08:35:58 +08:00
6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
export const STORAGE_KEYS = {
|
|
SKILL: {
|
|
SIDEBAR_WIDTH: 'skill-sidebar-width',
|
|
},
|
|
} as const
|