Skip to content

Commit

Permalink
chore: added sd-jwt plugin to agent types
Browse files Browse the repository at this point in the history
  • Loading branch information
Brummos committed Jun 9, 2024
1 parent 86fbfde commit 30624f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/types/agent/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {ICredentialHandlerLDLocal} from '@sphereon/ssi-sdk.vc-handler-ld-local';
import {IIssuanceBranding} from '@sphereon/ssi-sdk.issuance-branding';
import {IOID4VCIHolder} from '@sphereon/ssi-sdk.oid4vci-holder';
import {IMachineStatePersistence} from '@sphereon/ssi-sdk.xstate-machine-persistence';
import {ISDJwtPlugin} from '@sphereon/ssi-sdk.sd-jwt';

export type TAgentTypes = IDIDManager &
IKeyManager &
Expand All @@ -19,4 +20,5 @@ export type TAgentTypes = IDIDManager &
ICredentialHandlerLDLocal &
IIssuanceBranding &
IOID4VCIHolder &
IMachineStatePersistence;
IMachineStatePersistence &
ISDJwtPlugin;

0 comments on commit 30624f9

Please sign in to comment.