mirror of
https://github.com/KevinMidboe/infra-map.git
synced 2026-01-12 04:06:26 +00:00
source, static files & Dockerfile
This commit is contained in:
8
src/lib/interfaces/printer.ts
Normal file
8
src/lib/interfaces/printer.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface Filament {
|
||||
Hex: string;
|
||||
Color: string;
|
||||
Material: string;
|
||||
Weight: string;
|
||||
Count: number;
|
||||
Link: string;
|
||||
}
|
||||
Reference in New Issue
Block a user