Skip to content

Commit

Permalink
Extend and export sphereon type
Browse files Browse the repository at this point in the history
  • Loading branch information
kirahsapong committed Dec 6, 2023
1 parent d84eeb2 commit 6308e9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/credentials/src/presentation-exchange.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
import type { EvaluationResults, PresentationResult, SelectResults, Validated as PexValidated } from '@sphereon/pex';
import { PEX } from '@sphereon/pex';

import type { PresentationDefinitionV2 } from '@sphereon/pex-models';
export type { PresentationDefinitionV2 } from '@sphereon/pex-models';
import type { PresentationDefinitionV2 as PexPresDefV2 } from '@sphereon/pex-models';

import type {
IPresentation,
PresentationSubmission,
} from '@sphereon/ssi-types';

export interface PresentationDefinitionV2 extends PexPresDefV2 { }

export type Validated = PexValidated;

export class PresentationExchange {
Expand Down

0 comments on commit 6308e9b

Please sign in to comment.