poetapp / poet-js

Po.et JS is an small library that provides methods to easily create and sign Po.et Claims.
https://www.npmjs.com/package/@po.et/poet-js
MIT License
52 stars 4 forks source link

Update Claim Interface #227

Closed jwicks31 closed 6 years ago

jwicks31 commented 6 years ago

Update the Interface for Claims to

interface Claim {
  [key: string]: number | string | ReadonlyArray<number | string | Claim> | Claim
}