wip: register api

This commit is contained in:
2021-06-13 12:49:15 +02:00
parent d2d3bcac8c
commit 68e9d75e2d
8 changed files with 60 additions and 20 deletions
+1
View File
@@ -11,4 +11,5 @@ export interface Product {
manufacturer_id: number;
selling_rank: string;
category_id: number;
price: number;
}