mirror of
https://github.com/langgenius/dify.git
synced 2026-09-21 05:11:22 +08:00
feat(dify-ui): add drawer (#35917)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export const segmentImportStatus = {
|
||||
waiting: 'waiting',
|
||||
processing: 'processing',
|
||||
completed: 'completed',
|
||||
error: 'error',
|
||||
} as const
|
||||
|
||||
export type SegmentImportStatus = typeof segmentImportStatus[keyof typeof segmentImportStatus]
|
||||
Reference in New Issue
Block a user