UNPKG

@sphereon/pex-models

Version:

Presentation Exchange v1 and v2 typescript models

7 lines (6 loc) 181 B
export type Directives = 'required' | 'allowed' | 'disallowed'; export declare const Directives: { Required: Directives; Allowed: Directives; Disallowed: Directives; };