mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
Move smallwebrtc to constants
This commit is contained in:
parent
5ab93767dd
commit
b86a460062
3 changed files with 13 additions and 2 deletions
9
ui/src/constants/workflowRunModes.ts
Normal file
9
ui/src/constants/workflowRunModes.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/**
|
||||
* Workflow run mode constants
|
||||
* These modes determine how a workflow run is executed
|
||||
*/
|
||||
export const WORKFLOW_RUN_MODES = {
|
||||
SMALL_WEBRTC: 'smallwebrtc',
|
||||
} as const;
|
||||
|
||||
export type WorkflowRunMode = typeof WORKFLOW_RUN_MODES[keyof typeof WORKFLOW_RUN_MODES];
|
||||
Loading…
Add table
Add a link
Reference in a new issue