UNPKG

@sphereon/pex-models

Version:

Presentation Exchange v1 and v2 typescript models

15 lines (14 loc) 341 B
import { FilterV2 } from './filterV2'; import { Optionality } from './optionality'; export interface FieldV2 { id?: string; path: Array<string>; purpose?: string; filter?: FilterV2; predicate?: Optionality; intent_to_retain?: boolean; name?: string; optional?: boolean; } export declare namespace FieldV2 { }