| 12 | } |
| 13 | |
| 14 | interface PipelineMock { |
| 15 | uuid: string; |
| 16 | name: string; |
| 17 | description: string; |
| 18 | config: JsonRecord; |
| 19 | emoji: string; |
| 20 | is_default: boolean; |
| 21 | updated_at: string; |
| 22 | } |
| 23 | |
| 24 | interface KnowledgeBaseMock { |
| 25 | uuid: string; |
nothing calls this directly
no outgoing calls
no test coverage detected