Client: Typing for spool and vendor useTable

This commit is contained in:
Donkie
2023-07-06 16:41:25 +02:00
parent 096f75ffb5
commit 2b33f73b28
4 changed files with 7 additions and 3 deletions

View File

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