Skip to content

Commit 72a2605

Browse files
committed
Forgot a couple
1 parent 475f504 commit 72a2605

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

versioned_docs/version-5/cheatsheet.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,8 @@ const machine = createMachine({
559559
};
560560
delays: 'shortTimeout' | 'longTimeout';
561561
tags: 'tag1' | 'tag2';
562+
input: number;
563+
output: string;
562564
},
563565
});
564566
```

0 commit comments

Comments
 (0)