fix(core): update
This commit is contained in:
@ -1 +1,7 @@
|
||||
export interface IProduct {}
|
||||
export interface IProduct {
|
||||
name: string;
|
||||
description: string;
|
||||
os: 'web-based',
|
||||
category: 'Business Application',
|
||||
offers: any[];
|
||||
}
|
Reference in New Issue
Block a user