ActionKind type

Union of action types.
KnownActionKind can be used interchangeably with ActionKind, this enum contains the known values that the service supports.

Known values supported by the service

Discrete: Discrete action type.
Continuous: Continuous action type.
Cancelable: Cancelable action type.

type ActionKind = string