mirror of
https://github.com/standardnotes/server
synced 2026-07-13 14:01:07 -04:00
fix(domain-events): add replaced boolean to subscription canceled event
This commit is contained in:
@@ -6,4 +6,5 @@ export interface SubscriptionCancelledEventPayload {
|
||||
subscriptionName: SubscriptionName
|
||||
timestamp: number
|
||||
offline: boolean
|
||||
replaced: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user