Represents the version of a state machine in the format '{number}.{number}.{number}'.
// Example state machine version.type ExampleVersion = '1.0.0'; Copy
// Example state machine version.type ExampleVersion = '1.0.0';
Generated using TypeDoc
Represents the version of a state machine in the format '{number}.{number}.{number}'.