Client: Filament/Vendor selects now work
This commit is contained in:
12
client/src/pages/spools/model.tsx
Normal file
12
client/src/pages/spools/model.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
interface ISpool {
|
||||
id: string;
|
||||
registered: string;
|
||||
first_used?: string;
|
||||
last_used?: string;
|
||||
filament: IFilament;
|
||||
remaining_weight?: number;
|
||||
used_weight: number;
|
||||
location?: string;
|
||||
lot_nr?: string;
|
||||
comment?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user