Skip to content

Commit

Permalink
fix: lint issues
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 237aa7c commit d2cd4b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/ssi/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import type { InitConfig } from '@aries-framework/core'
import type {
GenericRecord,
SaveGenericRecordOption
} from '@aries-framework/core/build/modules/generic-records/repository/GenericRecord'

// Anoncreds
import {
Expand Down Expand Up @@ -72,13 +76,12 @@ import {
ProofStateChangedEvent,
ConnectionEventTypes,
CredentialEventTypes,
ProofEventTypes,
ProofEventTypes
} 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 d2cd4b2

Please sign in to comment.