export interface Filament { hex: string; color: string; material: string; weight: number; count: number; link: string; created: number; updated: number; }