Type alias ModelStatic<M>

ModelStatic<M>: OmitConstructors<typeof Model> & (new () => M)

Type Parameters

Type declaration

    • new (): M
    • Returns M

Generated using TypeDoc