It'd be awesome if we could build a Grammar building block to express TypeScript string/number index signatures in such a way that interfaces actually generates such index signatures. For example:
interface IdList {
order: number[];
x: number]: any;
}
I don't know what such a building block should look like so there is some designing to do there.
It'd be awesome if we could build a
Grammarbuilding block to express TypeScript string/number index signatures in such a way thatinterfacesactually generates such index signatures. For example:I don't know what such a building block should look like so there is some designing to do there.