Update generated payload types

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-09-03 19:15:55 +02:00
parent d6aedbc59d
commit c352da91fa

View File

@@ -217,7 +217,7 @@ export interface Workflow {
/** /**
* Collection that triggers the workflow * Collection that triggers the workflow
*/ */
collectionSlug?: 'posts' | null; collectionSlug?: ('posts' | 'media') | null;
/** /**
* Collection operation that triggers the workflow * Collection operation that triggers the workflow
*/ */