Skip to content

Commit

Permalink
fix: fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mantariksh committed Jun 22, 2021
1 parent e7de83e commit f38d6dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/config/feature-manager/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Schema } from 'convict'

export enum FeatureNames {}

export type IFeatureManager = Record<string, never>
export type IFeatureManager = Record<string, unknown>

export interface RegisteredFeature<T extends FeatureNames> {
isEnabled: boolean
Expand Down
2 changes: 1 addition & 1 deletion src/app/modules/myinfo/myinfo.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f38d6dd

Please sign in to comment.