Skip to content

Commit

Permalink
Export PEX type directly (#336)
Browse files Browse the repository at this point in the history
* Export pex type directly

* Extend and export sphereon type
  • Loading branch information
kirahsapong authored and finn-tbd committed Mar 19, 2024
1 parent 446f44a commit 71cefd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/credentials/src/presentation-exchange.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ import type {
PresentationSubmission,
} from '@sphereon/ssi-types';

export interface PresentationDefinitionV2 extends PexPresDefV2 { }

export type Validated = PexValidated;
export type PresentationDefinitionV2 = PexPresDefV2

export class PresentationExchange {
/**
Expand Down

0 comments on commit 71cefd5

Please sign in to comment.