1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00

chore: move read model to value space (#10785)

This commit is contained in:
Mateusz Kwasniewski 2025-10-13 13:22:36 +02:00 committed by GitHub
parent 0d466b258b
commit ffe91129e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -501,6 +501,7 @@ export {
impactRegister, impactRegister,
EnvironmentStore, EnvironmentStore,
ProjectStore, ProjectStore,
type ReleasePlanReadModel,
}; };
export type { export type {
@ -543,7 +544,6 @@ export type {
ReleasePlanMilestoneStrategyWriteModel, ReleasePlanMilestoneStrategyWriteModel,
IChangeRequestAccessReadModel, IChangeRequestAccessReadModel,
IReleasePlanReadModel, IReleasePlanReadModel,
ReleasePlanReadModel,
IRoleWithProject, IRoleWithProject,
ISchemaValidationErrors, ISchemaValidationErrors,
IImportService, IImportService,