SerializableClass<P, T>: (new (properties?: P, ...other: any[]) => T)

A class that can take in initial property values in its constructor.

Type Parameters