1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

chore: export user subscriptions read model (#8664)

This commit is contained in:
Mateusz Kwasniewski 2024-11-06 09:34:38 +01:00 committed by GitHub
parent 16e136e42c
commit ba72be6169
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -164,4 +164,5 @@ export {
type IntegrationEventsStore,
type IProjectReadModel,
IOnboardingStore,
type IUserSubscriptionsReadModel,
};