1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-24 20:06:55 +01:00

chore: remove type prefix (#10786)

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

View File

@ -189,7 +189,7 @@ import EnvironmentStore from './features/project-environments/environment-store.
import ProjectStore from './features/project/project-store.js'; import ProjectStore from './features/project/project-store.js';
import type { ReleasePlanMilestoneWriteModel } from './features/release-plans/release-plan-milestone.js'; import type { ReleasePlanMilestoneWriteModel } from './features/release-plans/release-plan-milestone.js';
import type { IReleasePlanReadModel } from './features/release-plans/release-plan-read-model-type.js'; import type { IReleasePlanReadModel } from './features/release-plans/release-plan-read-model-type.js';
import type { ReleasePlanReadModel } from './features/release-plans/release-plan-read-model.js'; import { ReleasePlanReadModel } from './features/release-plans/release-plan-read-model.js';
export async function initialServiceSetup( export async function initialServiceSetup(
{ authentication }: Pick<IUnleashConfig, 'authentication'>, { authentication }: Pick<IUnleashConfig, 'authentication'>,
@ -501,7 +501,7 @@ export {
impactRegister, impactRegister,
EnvironmentStore, EnvironmentStore,
ProjectStore, ProjectStore,
type ReleasePlanReadModel, ReleasePlanReadModel,
}; };
export type { export type {