/* * Author : OBKoro1 * Date : 2019-12-26 15:01:37 * LastEditors : OBKoro1 * LastEditTime : 2019-12-26 17:24:02 * FilePath : /autoCommit/src/models/dataStatement.ts * Description : 数据类型 * https://github.com/OBKoro1 */ interface webviewMsg { command: string; // 回调类型 data: any; // 回调数据 } export { webviewMsg, };