MaxKB/ui/src/utils/application.ts
wangdan-fit2cloud da65ce57b5 fix: tool
2025-05-26 18:10:27 +08:00

4 lines
87 B
TypeScript

export function isWorkFlow(type: string | undefined) {
return type === 'WORK_FLOW'
}