ActivityState type
Activity state. This is an optional property and if not provided, the state will be Active by default.
KnownActivityState can be used interchangeably with ActivityState,
this enum contains the known values that the service supports.
Known values supported by the service
Active: Active
Inactive: Inactive
type ActivityState = string