mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-03 01:02:15 +08:00
88bd3aaa9e
* i18n * remove invalid code * perf: backup import * backup tip * fix: indexsize invalid
6 lines
117 B
TypeScript
6 lines
117 B
TypeScript
export enum ImportDataSourceEnum {
|
|
fileLocal = 'fileLocal',
|
|
fileLink = 'fileLink',
|
|
fileCustom = 'fileCustom'
|
|
}
|