NestedDatatype
{
readonly [key: string]: Data;
}| Type | |
|---|---|
Data | Data object — a plain object with string keys and unknown values. |
Object with one level of data nested beneath each prop.
i.e. { A: { a: number }, B: { b: string } }
{
readonly [key: string]: Data;
}| Type | |
|---|---|
Data | Data object — a plain object with string keys and unknown values. |
Object with one level of data nested beneath each prop.
i.e. { A: { a: number }, B: { b: string } }