1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-23 10:46:13 +02:00
Files
csslayout/client/constants/ProductModel.ts
2021-03-31 07:34:57 +07:00

7 lines
126 B
TypeScript

export default interface ProductModel {
name: string;
url: string;
description: string;
themeColor: string;
}