| 12 | import { useArtifactSelector } from '@/hooks/use-artifact'; |
| 13 | |
| 14 | export interface ConsoleOutputContent { |
| 15 | type: 'text' | 'image'; |
| 16 | value: string; |
| 17 | } |
| 18 | |
| 19 | export interface ConsoleOutput { |
| 20 | id: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…