Namespace: Message
Interfaces
Type Aliases
$Shape
Ƭ $Shape: { body?: $Shape | null ; commandIndex?: Long | null ; eventId?: Long | null ; id?: string | null ; protocolInstanceId?: string | null } & { commandIndex?: null ; eventId?: null ; sequencingId?: undefined } | { commandIndex?: null ; eventId: Long ; sequencingId?: "eventId" } | { commandIndex: Long ; eventId?: null ; sequencingId?: "commandIndex" }
Narrowed shape of a Message.