335 workflow implement workflow cron triggers backend (#9988)
[Backend side] Add cron triggers to workflow Closes https://github.com/twentyhq/core-team-issues/issues/335
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
export * from './types/WorkspaceActivationStatus';
|
||||
export * from './utils/isWorkspaceActiveOrSuspended';
|
||||
export * from './types';
|
||||
export * from './utils';
|
||||
|
||||
1
packages/twenty-shared/src/workspace/types/index.ts
Normal file
1
packages/twenty-shared/src/workspace/types/index.ts
Normal file
@ -0,0 +1 @@
|
||||
export * from './WorkspaceActivationStatus';
|
||||
1
packages/twenty-shared/src/workspace/utils/index.ts
Normal file
1
packages/twenty-shared/src/workspace/utils/index.ts
Normal file
@ -0,0 +1 @@
|
||||
export * from './isWorkspaceActiveOrSuspended';
|
||||
Reference in New Issue
Block a user