import { INodeSubmit } from "./INodeSubmits"; /** 开始节点。 */ export interface IStartNodeSubmit extends INodeSubmit { }