dify/web/types/common.ts
FFXN 00ac937934
feat: snippet (#37046)
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-05 09:38:42 +00:00

6 lines
102 B
TypeScript

export enum FlowType {
appFlow = 'appFlow',
ragPipeline = 'ragPipeline',
snippet = 'snippet',
}