Client: Spool table is now sortable

This commit is contained in:
Donkie
2023-07-06 15:38:42 +02:00
parent f0403b3afb
commit d0f67d766c
2 changed files with 39 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
import { IFilament } from "../filaments/model";
export interface ISpool {
id: string;
id: number;
registered: string;
first_used?: string;
last_used?: string;