file name and location updayed for better be
This commit is contained in:
@@ -54,3 +54,10 @@ export interface BannerType {
|
||||
title: string;
|
||||
description: string;
|
||||
}
|
||||
|
||||
export interface CatalogItem {
|
||||
id: number;
|
||||
name: string;
|
||||
parent: number | null;
|
||||
children: CatalogItem[];
|
||||
}
|
||||
Reference in New Issue
Block a user