mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-17 14:29:56 +02:00
fix: doc generation use latest typedoc version
This commit is contained in:
@ -11,7 +11,7 @@ namespace OS {
|
||||
| application.BaseApplication
|
||||
| application.BaseService;
|
||||
/**
|
||||
* Alias to all classes that extends [[BaseModel]]
|
||||
* Alias to all classes that extends {@link BaseModel}
|
||||
*/
|
||||
export type ModelTypeClass = {
|
||||
new <T extends BaseModel>(args: AppArgumentsType[]): T;
|
||||
|
Reference in New Issue
Block a user