We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07dad3 commit e856535Copy full SHA for e856535
api/src/unraid-api/unraid-file-modifier/modifications/__test__/generic-modification.spec.ts
@@ -11,7 +11,7 @@ import SSOFileModification from '@app/unraid-api/unraid-file-modifier/modificati
11
import { existsSync } from 'fs';
12
13
interface ModificationTestCase {
14
- ModificationClass: typeof FileModification;
+ ModificationClass: new (...args: ConstructorParameters<typeof FileModification>) => FileModification;
15
fileUrl: string;
16
}
17
0 commit comments