Client: Filament/Vendor selects now work
This commit is contained in:
14
client/src/pages/filaments/model.tsx
Normal file
14
client/src/pages/filaments/model.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
interface IFilament {
|
||||
id: string;
|
||||
registered: string;
|
||||
name?: string;
|
||||
vendor?: IVendor;
|
||||
material?: string;
|
||||
price?: number;
|
||||
density: number;
|
||||
diameter: number;
|
||||
weight?: number;
|
||||
spool_weight?: number;
|
||||
article_number?: string;
|
||||
comment?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user