JsonObj
@hyperledger/identus-sdk v7.0.0
@hyperledger/identus-sdk / overview / Utils / JsonObj
Type Alias: JsonObj<T>
JsonObj<
T> =Record<string,T|undefined>
Defined in: src/utils/types.ts:26
Construct a Type with a set of string Keys of type T | undefined To be used in place of Record for arbitrary data structs where the key does not definitely result in a T
Type Parameters
| Type Parameter | Default type | 
|---|---|
| T | any |