feat: 添加类型注释
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export default class DBHelper {
|
||||
static baseDB: any;
|
||||
static resourceDB: any;
|
||||
static backupDB: any;
|
||||
static logDB: any;
|
||||
static init(): Promise<void>;
|
||||
static getBackupDb(): any;
|
||||
static getLogDb(): any;
|
||||
}
|
||||
Reference in New Issue
Block a user