| 12 | } |
| 13 | |
| 14 | interface BlobResourceContents { |
| 15 | uri: string |
| 16 | mimeType?: string |
| 17 | blob: string // base64 encoded |
| 18 | } |
| 19 | |
| 20 | type ResourceContents = TextResourceContents | BlobResourceContents |
| 21 |
nothing calls this directly
no outgoing calls
no test coverage detected