feat: Remove NotificationChannelInfo generics

This commit is contained in:
Joachim Van Herwegen
2023-02-07 15:34:46 +01:00
parent 5f32137d63
commit 7d029a9465
25 changed files with 119 additions and 103 deletions

View File

@@ -30,8 +30,6 @@ describe('A ConvertingNotificationSerializer', (): void => {
id: 'id',
topic: 'http://example.com/foo',
type: 'type',
features: {},
lastEmit: 0,
};
representation = new BasicRepresentation();