--添加测试模块
This commit is contained in:
1
types/store.d.ts
vendored
1
types/store.d.ts
vendored
@ -9,6 +9,7 @@ export interface LockInfo {
|
||||
pwd?: string | undefined;
|
||||
// Is it locked?
|
||||
isLock?: boolean;
|
||||
msg?: string;
|
||||
}
|
||||
|
||||
// Error-log information
|
||||
|
||||
Reference in New Issue
Block a user