JsonObj<T>
@hyperledger/identus-sdk v8.0.0
@hyperledger/identus-sdk / overview / Domain / JsonObj
Type Alias: JsonObj<T>
JsonObj<
T> =Record<string,T|undefined>
Defined in: packages/shared/domain/build/index.d.ts:114
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 |