MCPcopy
hub / github.com/vitejs/vite / Post

Interface Post

docs/_data/blog.data.ts:3–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createContentLoader } from 'vitepress'
2
3interface Post {
4 title: string
5 url: string
6 date: {
7 time: number
8 string: string
9 }
10}
11
12declare const data: Post[]
13export { data }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected