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