Attempting to extract the constructor parameter type from a class, but the class in question accepts a generic type value.
Does anyone know how to achieve this?
Encountered error:
ConstructorParameters<typeof(DictionaryClass<contentType>)[0];
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Operator '>' cannot be applied to types 'pathfinder_T' and 'number[]'.