BETTERZON-125: Adding service functions for manufacturer API (#70)

This commit is contained in:
Patrick
2021-05-29 13:51:07 +02:00
committed by GitHub
parent 6bb1c8f66b
commit 63362fbe67
2 changed files with 53 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
export interface Manufacturer {
manufacturer_id: number;
name: string;
}