navbar component conneceted to backend
This commit is contained in:
@@ -38,3 +38,12 @@ export interface ProductDetail {
|
||||
features: string[];
|
||||
images: ProductImage[];
|
||||
}
|
||||
|
||||
export interface NavbarItem {
|
||||
id: number;
|
||||
name: string;
|
||||
url: string;
|
||||
order: number;
|
||||
open_in_new_tab: boolean;
|
||||
children: NavbarItem[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user