mirror of
https://github.com/syuilo/ai.git
synced 2024-11-12 17:08:00 +00:00
Update module.ts
This commit is contained in:
parent
3d10634bcd
commit
eeeda6c359
|
@ -2,7 +2,7 @@ import autobind from 'autobind-decorator';
|
|||
import 藍, { InstallerResult } from './ai';
|
||||
|
||||
export default abstract class Module {
|
||||
public abstract name: string;
|
||||
public abstract readonly name: string;
|
||||
|
||||
protected ai: 藍;
|
||||
|
||||
|
|
Loading…
Reference in a new issue