UNPKG

@sphereon/pex-models

Version:

Presentation Exchange v1 and v2 typescript models

9 lines (8 loc) 218 B
import { ExchangeStatus } from './exchangeStatus'; export interface PresentationStatus { presentation_id: string; status: ExchangeStatus; message?: string; } export declare namespace PresentationStatus { }