wujingjing
2024-11-06 a89feae0739453304738e74330ff59da1a8762aa
src/components/chat/model/types.ts
@@ -82,4 +82,6 @@
export type StepItem = {
   title: string;
   status: StepEnum;
   // 消耗时间
   ms?:string | number;
};