StringIndexed
type StringIndexed = Record<string, any>;
Defined in: src/types/utilities.ts:7
Extend this interface to build a type that is treated as an open set of properties, where each key is a string.
type StringIndexed = Record<string, any>;
Defined in: src/types/utilities.ts:7
Extend this interface to build a type that is treated as an open set of properties, where each key is a string.