mirror of
https://github.com/unraid/api.git
synced 2026-01-01 14:10:10 -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';
|
import { existsSync } from 'fs';
|
||||||
|
|
||||||
interface ModificationTestCase {
|
interface ModificationTestCase {
|
||||||
ModificationClass: typeof FileModification;
|
ModificationClass: new (...args: ConstructorParameters<typeof FileModification>) => FileModification;
|
||||||
fileUrl: string;
|
fileUrl: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user