Skip to content

Commit

Permalink
fix: export Query type (#20)
Browse files Browse the repository at this point in the history
* fix: export required interfaces

Signed-off-by: amitpadmani-awts <amit.padmani@ayanworks.com>

* fix: import issue for GenericRecord

Signed-off-by: amitpadmani-awts <amit.padmani@ayanworks.com>

* fix: lint issues

Signed-off-by: amitpadmani-awts <amit.padmani@ayanworks.com>

* fix: export Query

Signed-off-by: amitpadmani-awts <amit.padmani@ayanworks.com>

---------

Signed-off-by: amitpadmani-awts <amit.padmani@ayanworks.com>
  • Loading branch information
amitpadmani-awts authored Jan 29, 2024
1 parent a130402 commit 55b77d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/ssi/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ import {
ProofStateChangedEvent,
ConnectionEventTypes,
CredentialEventTypes,
ProofEventTypes
ProofEventTypes,
Query
} from '@aries-framework/core'
import {
GetCredentialsForRequestReturn,
Expand Down Expand Up @@ -150,7 +151,8 @@ export {
CredentialEventTypes,
ProofEventTypes,
GenericRecord,
SaveGenericRecordOption
SaveGenericRecordOption,
Query
}
// Anoncreds
export {
Expand Down

0 comments on commit 55b77d7

Please sign in to comment.