Type Alias: ObjectPath
ObjectPath = readonly (
string|number)[]
Defined in: object/types.ts:15
Represents a path into a nested object as an array of keys.
Example
const path: ObjectPath = ['user', 'address', 'city']
ObjectPath = readonly (
string|number)[]
Defined in: object/types.ts:15
Represents a path into a nested object as an array of keys.
const path: ObjectPath = ['user', 'address', 'city']