mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-23 10:46:13 +02:00
List products on sidebar
This commit is contained in:
6
client/constants/ProductModel.ts
Normal file
6
client/constants/ProductModel.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export default interface ProductModel {
|
||||
name: string;
|
||||
url: string;
|
||||
description: string;
|
||||
themeColor: string;
|
||||
}
|
Reference in New Issue
Block a user