diff --git a/dev/payload-types.ts b/dev/payload-types.ts index b478c49..3aa227d 100644 --- a/dev/payload-types.ts +++ b/dev/payload-types.ts @@ -217,7 +217,7 @@ export interface Workflow { /** * Collection that triggers the workflow */ - collectionSlug?: 'posts' | null; + collectionSlug?: ('posts' | 'media') | null; /** * Collection operation that triggers the workflow */