UnisKB/ui/src/utils/application.ts

4 lines
87 B
TypeScript
Raw Normal View History

2025-04-28 10:14:16 +00:00
export function isWorkFlow(type: string | undefined) {
return type === 'WORK_FLOW'
}