fix(core): update

This commit is contained in:
2023-05-06 17:23:46 +02:00
parent fdc63b0f4f
commit e206405d70
2 changed files with 8 additions and 2 deletions

View File

@ -1 +1,7 @@
export interface IProduct {}
export interface IProduct {
name: string;
description: string;
os: 'web-based',
category: 'Business Application',
offers: any[];
}