import { INodeSubmit } from ".."; export interface IDecisionSubmit extends INodeSubmit { /** * 匹配说明 * */ matchDescription: string; }