dify/web/app/components/workflow/store
yyh 3b27d9e819
refactor(skill-editor): remove type assertions by using spread args pattern
Replace explicit parameter destructuring with spread args pattern to
eliminate `as unknown as` type assertions when composing sub-slices.
This aligns with the pattern used in the main workflow store.
2026-01-18 13:11:06 +08:00
..
__tests__ chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
workflow refactor(skill-editor): remove type assertions by using spread args pattern 2026-01-18 13:11:06 +08:00
index.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
trigger-status.ts feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00