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