Type alias Version

Version: `${number}.${number}.${number}`

Represents the version of a state machine in the format '{number}.{number}.{number}'.

Example

// Example state machine version.
type ExampleVersion = '1.0.0';

Generated using TypeDoc