feat(clickup): add create folder action

This commit is contained in:
Rıdvan Akca
2024-02-16 16:51:06 +03:00
committed by Ali BARIN
parent ec075f05c5
commit 7e3325e959
5 changed files with 90 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ import addAuthHeader from './common/add-auth-header.js';
import auth from './auth/index.js';
import triggers from './triggers/index.js';
import dynamicData from './dynamic-data/index.js';
import actions from './actions/index.js';
export default defineApp({
name: 'ClickUp',
@@ -17,4 +18,5 @@ export default defineApp({
auth,
triggers,
dynamicData,
actions,
});