mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-28 05:42:51 +00:00
4 lines
87 B
TypeScript
4 lines
87 B
TypeScript
export function isWorkFlow(type: string | undefined) {
|
|
return type === 'WORK_FLOW'
|
|
}
|