1
0
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:
Phuoc Nguyen
2021-03-30 15:09:47 +07:00
parent 0e5f8059c5
commit f334b7208d
15 changed files with 287 additions and 125 deletions

View File

@@ -0,0 +1,6 @@
export default interface ProductModel {
name: string;
url: string;
description: string;
themeColor: string;
}