diff --git a/packages/credentials/src/presentation-exchange.ts b/packages/credentials/src/presentation-exchange.ts index a447e5fa0..c8c132874 100644 --- a/packages/credentials/src/presentation-exchange.ts +++ b/packages/credentials/src/presentation-exchange.ts @@ -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 { /**