mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
fix: type for generic test
This commit is contained in:
@@ -11,7 +11,7 @@ import SSOFileModification from '@app/unraid-api/unraid-file-modifier/modificati
|
||||
import { existsSync } from 'fs';
|
||||
|
||||
interface ModificationTestCase {
|
||||
ModificationClass: typeof FileModification;
|
||||
ModificationClass: new (...args: ConstructorParameters<typeof FileModification>) => FileModification;
|
||||
fileUrl: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user