UNPKG

@sphereon/pex-models

Version:

Presentation Exchange v1 and v2 typescript models

7 lines (6 loc) 143 B
export type Status = 'SUCCESS' | 'WARN' | 'ERROR'; export declare const Status: { Success: Status; Warn: Status; Error: Status; };