Added pricing field for single spool
This commit is contained in:
@@ -6,6 +6,7 @@ export interface ISpool {
|
||||
first_used?: string;
|
||||
last_used?: string;
|
||||
filament: IFilament;
|
||||
price?: number;
|
||||
remaining_weight?: number;
|
||||
used_weight: number;
|
||||
remaining_length?: number;
|
||||
|
||||
Reference in New Issue
Block a user