UNPKG

@jdlinker/linker

Version:

jdLinker 系统模块

11 lines (10 loc) 176 B
export type CategoryItem = { id: string; name: string; level: number; key: string; parentId: string; path: string; sortIndex: number; children?: Category[]; };