UNPKG

@animo-id/pex

Version:

A Typescript implementation of the v1 and v2 DIF Presentation Exchange specification

4 lines (3 loc) 109 B
export type ClaimValue = string | number | boolean | { [key: string]: ClaimValue; } | Array<ClaimValue>;