UNPKG

@sphereon/pex-models

Version:

Presentation Exchange v1 and v2 typescript models

6 lines (5 loc) 174 B
import { PresentationStatus } from './presentationStatus'; export interface PresentationStatusWrapper { definition_id: string; statuses: Array<PresentationStatus>; }