mirror of
https://github.com/KevinMidboe/infra-map.git
synced 2026-01-12 04:06:26 +00:00
working nice. docker uses bun
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
export interface Filament {
|
||||
Hex: string;
|
||||
Color: string;
|
||||
Material: string;
|
||||
Weight: string;
|
||||
Count: number;
|
||||
Link: string;
|
||||
hex: string;
|
||||
color: string;
|
||||
material: string;
|
||||
weight: string;
|
||||
count: number;
|
||||
link: string;
|
||||
created: number;
|
||||
updated: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user