Files
home/docs/.vitepress/theme/data/sidebar.d.ts
2026-05-13 16:24:00 +08:00

12 lines
168 B
TypeScript

declare module '*.json' {
const value: {
title: string
path: string
items: {
text: string
link: string
}[]
}[]
export default value
}