Converts the given index signature into a string formated as follow:
{ key1: value1, key2: value2, key3: value3, ...} Copy
{ key1: value1, key2: value2, key3: value3, ...}
The index signature to convert.
a string representation of the given index signature.
Generated using TypeDoc
Converts the given index signature into a string formated as follow: