fix(domain-events): add replaced boolean to subscription canceled event

This commit is contained in:
Karol Sójko
2022-08-30 14:33:53 +02:00
parent 4f1293525c
commit 932ef933fc
@@ -6,4 +6,5 @@ export interface SubscriptionCancelledEventPayload {
subscriptionName: SubscriptionName
timestamp: number
offline: boolean
replaced: boolean
}