Files
rustfs-console/types/app-config.d.ts
T

10 lines
147 B
TypeScript

export interface NavItem {
label: string
to?: string
type?: string
icon?: string
target?: string
key?: string
children?: NavItem[]
}