mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
6 lines
117 B
TypeScript
6 lines
117 B
TypeScript
export enum ImportDataSourceEnum {
|
|
fileLocal = 'fileLocal',
|
|
fileLink = 'fileLink',
|
|
fileCustom = 'fileCustom'
|
|
}
|