UNPKG

@sphereon/pex-models

Version:

Presentation Exchange v1 and v2 typescript models

9 lines (8 loc) 291 B
import { Callback } from './callback'; import { PresentationSubmission } from './presentationSubmission'; import { Challenge } from './challenge'; export interface PresentationWrapper { presentation_submission: PresentationSubmission; challenge: Challenge; callback: Callback; }