UNPKG

@sphereon/pex-models

Version:

Presentation Exchange v1 and v2 typescript models

10 lines (9 loc) 173 B
import { Status } from './status'; export interface Issue { code: string; tag: string; message: string; status: Status; } export declare namespace Issue { }