Skip to content

Commit

Permalink
chore: removed ref to type KeyManagementSystemEnum
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Sep 10, 2024
1 parent ae5aaff commit 27412b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/siopv2-oid4vp-op-auth/src/types/identifier/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { IDIDManager, IIdentifier, IResolver, TAgent, TKeyType } from '@veramo/core'
import { _ExtendedIKey } from '@veramo/utils'
import { RequiredContext } from '../siop-service'
import { KeyManagementSystemEnum, SupportedDidMethodEnum } from '@sphereon/ssi-sdk-ext.did-utils'
import { SupportedDidMethodEnum } from '@sphereon/ssi-sdk-ext.did-utils'
import { IContactManager } from '@sphereon/ssi-sdk.contact-manager'
import { IIssuanceBranding } from '@sphereon/ssi-sdk.issuance-branding'
import { ICredentialStore } from '@sphereon/ssi-sdk.credential-store'
Expand All @@ -14,7 +14,7 @@ export type CreateOrGetIdentifierOpts = {
}

export type CreateIdentifierCreateOpts = {
kms?: KeyManagementSystemEnum
kms?: string
alias?: string
options?: IdentifierProviderOpts
}
Expand Down

0 comments on commit 27412b7

Please sign in to comment.