Skip to content

Commit 2aca95f

Browse files
committed
chore(mase): remove unused SubjectId type
1 parent a34a298 commit 2aca95f

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

localenv/mock-account-servicing-entity/app/lib/types.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ export interface Access {
2828
limits?: AccessLimit
2929
}
3030

31-
export interface SubjectId {
32-
id: string
33-
format: string
34-
}
35-
3631
export type InstanceConfig = {
3732
name: string
3833
logo: string

localenv/mock-account-servicing-entity/app/routes/mock-idp._index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import type { Dispatch, SetStateAction } from 'react'
88
import { useEffect, useState } from 'react'
99
import { Button } from '~/components'
1010
import { ApiClient } from '~/lib/apiClient'
11-
import type { Access, InstanceConfig, SubjectId } from '~/lib/types'
11+
import type { Access, InstanceConfig } from '~/lib/types'
1212
import { CONFIG } from '~/lib/parse_config.server'
1313

1414
interface ConsentScreenContext {

0 commit comments

Comments
 (0)