Commit 70961b73 authored by martin hou's avatar martin hou

fix: 增加dump方法声明

parent d4bb47da
......@@ -301,6 +301,8 @@ declare class Jensen {
// 更新设备UAC固件
updateUAC: (data: Uint8Array, seconds?: number) => Promise<ReturnStruct['common']>;
dump: (void);
}
export = Jensen;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment