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:
parent
ffe91129e6
commit
7ef140c6dc
@ -189,7 +189,7 @@ import EnvironmentStore from './features/project-environments/environment-store.
|
||||
import ProjectStore from './features/project/project-store.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 { 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(
|
||||
{ authentication }: Pick<IUnleashConfig, 'authentication'>,
|
||||
@ -501,7 +501,7 @@ export {
|
||||
impactRegister,
|
||||
EnvironmentStore,
|
||||
ProjectStore,
|
||||
type ReleasePlanReadModel,
|
||||
ReleasePlanReadModel,
|
||||
};
|
||||
|
||||
export type {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user