export interface IWorkflowResolveSubmit { /** 处理后的 */ comment: string; /** 命令 */ command: string; form?: string | undefined; /** 执行者 */ performers?: string[] | undefined; }