Type Alias: MessageSubscriptionStateEnum
type MessageSubscriptionStateEnum =
| "CORRELATED"
| "CREATED"
| "DELETED"
| "MIGRATED";
Defined in: gen/types.gen.ts:4921
The state of message subscription.
type MessageSubscriptionStateEnum =
| "CORRELATED"
| "CREATED"
| "DELETED"
| "MIGRATED";
Defined in: gen/types.gen.ts:4921
The state of message subscription.