Skip to content

Commit

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

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

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

export type Validated = PexValidated;
export type PresentationDefinitionV2 = PexPresDefV2

export class PresentationExchange {
/**
Expand Down

0 comments on commit d84eeb2

Please sign in to comment.