| 39 | } |
| 40 | |
| 41 | export interface CodeBlockSourceData { |
| 42 | type: 'code-block' |
| 43 | code: string |
| 44 | language: string |
| 45 | sourceInfo?: { |
| 46 | pageId?: string |
| 47 | messageId?: string |
| 48 | } |
| 49 | } |
| 50 | |
| 51 | export type SourceData = |
| 52 | | MessagesSourceData |
nothing calls this directly
no outgoing calls
no test coverage detected