Type<T>: (abstract new (...args: any) => T)

A model constructor.

Type Parameters