Appearance
gunshi / default / RemovedIndex
type RemovedIndex<T> = RemoveIndexSignature<{ [K in keyof T]: T[K] }>;
Remove index signature from object or record type.
T