import type LinkList from "./LinkList"; export default interface JdrConfig { name: string; sidebar: LinkList[]; }