///
export interface INavBarItem {
displayName: string;
path: string;
}
export interface IEntityItem {
path: string;
detail: React.ComponentType | React.ComponentType | any;
list: React.ComponentType | React.ComponentType | any;
create?: React.ComponentType | React.ComponentType | any;
}
export interface ILinkItem {
displayName: string;
path: string;
}
//# sourceMappingURL=types.d.ts.map