fix: JSExpression 增加 compiled

This commit is contained in:
guokai.jgk 2020-10-23 14:05:54 +08:00
parent a2a7ee7fcc
commit 9f51e39264

View File

@ -11,6 +11,8 @@ export interface JSExpression {
*
*/
mock?: any;
/** 源码 */
compiled?: string;
}
// 函数