Client: Stricter typing

This commit is contained in:
Donkie
2023-07-06 22:36:41 +02:00
parent 04a39dfcbe
commit b1af320a54
17 changed files with 248 additions and 184 deletions

View File

@@ -11,5 +11,4 @@ export interface ISpool {
location?: string;
lot_nr?: string;
comment?: string;
[key: string]: unknown;
}