mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-04-27 15:50:11 +00:00
BETTERZON-125: Adding service functions for manufacturer API (#70)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export interface Manufacturer {
|
||||
manufacturer_id: number;
|
||||
name: string;
|
||||
}
|
||||
Reference in New Issue
Block a user