Skip to content

Commit

Permalink
fix: export required interfaces
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 f42a9fe commit fe1d618
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions packages/ssi/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,15 @@ import {
ConnectionsModule,
Agent,
BasicMessageRepository,
AriesFrameworkError
AriesFrameworkError,
ConnectionStateChangedEvent,
CredentialStateChangedEvent,
ProofStateChangedEvent,
ConnectionEventTypes,
CredentialEventTypes,
ProofEventTypes,
GenericRecord,
SaveGenericRecordOption
} from '@aries-framework/core'
import {
GetCredentialsForRequestReturn,
Expand Down Expand Up @@ -132,7 +140,15 @@ export {
ConnectionsModule,
Agent,
BasicMessageRepository,
AriesFrameworkError
AriesFrameworkError,
ConnectionStateChangedEvent,
CredentialStateChangedEvent,
ProofStateChangedEvent,
ConnectionEventTypes,
CredentialEventTypes,
ProofEventTypes,
GenericRecord,
SaveGenericRecordOption
}
// Anoncreds
export {
Expand Down

0 comments on commit fe1d618

Please sign in to comment.