| 1 | import { createContentLoader } from class="st">'vitepress' |
| 2 | |
| 3 | interface Post { |
| 4 | title: string |
| 5 | url: string |
| 6 | date: { |
| 7 | time: number |
| 8 | string: string |
| 9 | } |
| 10 | } |
| 11 | |
| 12 | declare const data: Post[] |
| 13 | export { data } |
nothing calls this directly
no outgoing calls
no test coverage detected