Skip to content

Commit d5dcb49

Browse files
authored
Update src/content/docs/workflows/build/events-and-parameters.mdx
1 parent c70b45a commit d5dcb49

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
@@ -62,7 +62,7 @@ npx wrangler@latest workflows trigger workflows-starter '{"some":"data"}'
6262

6363
## TypeScript and type parameters
6464

65-
By default, the `WorkflowEvent` passed to the `run` method of your Workflow definition has a type that conforms to the following, with `payload` (your data), `timestamp` and `instanceId` properties:
65+
By default, the `WorkflowEvent` passed to the `run` method of your Workflow definition has a type that conforms to the following, with `payload` (your data), `timestamp`, and `instanceId` properties:
6666

6767
```ts
6868
export type WorkflowEvent<T> = {

0 commit comments

Comments
 (0)