Client: Fixed model interfaces exports

This commit is contained in:
Donkie
2023-05-14 20:09:55 +02:00
parent caa25ccf93
commit 77a3f65111
7 changed files with 11 additions and 3 deletions

View File

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