Skip to content

Commit fa63aac

Browse files
authored
workflows: update type params docs
1 parent cf2816d commit fa63aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workflows/build/events-and-parameters.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ export class MyWorkflow extends WorkflowEntrypoint {
104104
}
105105
```
106106
107-
Note that type parameters do not _validate_ that the incoming event matches your type definition. Properties (fields) that do not exist or conform to the type you provided will be dropped. If you need to validate incoming events, we recommend a library such as [zod](https://zod.dev/) or your own validator logic.
107+
<Render file="workflows-type-parameters">

0 commit comments

Comments
 (0)