Skip to content

CborValueObject

Defined in: packages/filecoin-encryption-envelope/src/cose/headers.ts:83

Plain-object form of CborValue. Defined as an interface because TypeScript does not allow this recursive type through Record<string, CborValue>.

[key: string]: CborValue