diff --git a/src/app/config/feature-manager/types.ts b/src/app/config/feature-manager/types.ts index 7128d911f9..8505a8d8aa 100644 --- a/src/app/config/feature-manager/types.ts +++ b/src/app/config/feature-manager/types.ts @@ -2,7 +2,7 @@ import { Schema } from 'convict' export enum FeatureNames {} -export type IFeatureManager = Record +export type IFeatureManager = Record export interface RegisteredFeature { isEnabled: boolean diff --git a/src/app/modules/myinfo/myinfo.types.ts b/src/app/modules/myinfo/myinfo.types.ts index bea4ab40db..dbc6c4180e 100644 --- a/src/app/modules/myinfo/myinfo.types.ts +++ b/src/app/modules/myinfo/myinfo.types.ts @@ -5,7 +5,7 @@ import { IMyInfo, MyInfoAttribute, } from '../../../types' -import { ISpcpMyInfo } from '../../config/feature-manager' +import { ISpcpMyInfo } from '../../config/feature-manager/spcp-myinfo.config' import { ProcessedFieldResponse } from '../submission/submission.types' export interface IMyInfoServiceConfig {