Skip to content

Commit

Permalink
fix: import issue for GenericRecord
Browse files Browse the repository at this point in the history
Signed-off-by: amitpadmani-awts <amit.padmani@ayanworks.com>
  • Loading branch information
amitpadmani-awts committed Jan 29, 2024
1 parent fe1d618 commit 237aa7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ssi/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,12 @@ import {
ConnectionEventTypes,
CredentialEventTypes,
ProofEventTypes,
GenericRecord,
SaveGenericRecordOption
} from '@aries-framework/core'
import {
GetCredentialsForRequestReturn,
ProofFormatDataMessagePayload
} from '@aries-framework/core/build/modules/proofs/protocol/ProofProtocolOptions'
import type { GenericRecord, SaveGenericRecordOption } from '@aries-framework/core/build/modules/generic-records/repository/GenericRecord';
// Indy VDR
import {
IndyVdrAnonCredsRegistry,
Expand Down

0 comments on commit 237aa7c

Please sign in to comment.