An "index signature" is a syntax in TypeScript used to define types when the property names or keys of an object are not predetermined. In JavaScript, object property names can be determined ...