import { IPSWFProcess } from './ipswfprocess'; /** * * 继承父接口类型值[START] * @export * @interface IPSWFStartProcess */ export interface IPSWFStartProcess extends IPSWFProcess { /** * 操作表单标记 * @type {string} */ formCodeName: string; /** * 移动端操作表单标记 * @type {string} */ mobFormCodeName: string; } //# sourceMappingURL=ipswfstart-process.d.ts.map