export interface IFlowDutyNodeParaConv { pathType: number[]; } export class TFlowDutyNodeParaConv implements IFlowDutyNodeParaConv { pathType: number[] = []; }