karlvr/openapi-generator-plus

Use TypeScript's Record<K, V> type

karlvr opened this issue · 0 comments

See https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeystype

We should use this instead of the { [key: string]: T } types we have, such as for IndexedCollectionType.