Registers a class constructor with the runtime type system.
The class constructor to register
Optional
Optional explicit type name to register the class under
Custom types must augment TypeValueMap to be strictly recognized by the TypeScript compiler.
TypeValueMap
registerType(MyCustomClass, 'MyCustomType'); Copy
registerType(MyCustomClass, 'MyCustomType');
Registers a class constructor with the runtime type system.