``` // given export type All = Map< number, { type: zit.Type; index: number; } >; ``` ``` // actual export type All = Map< number, { type: zit.Type; index: number; } >; ``` ``` // expected export type All = Map< number, { type: zit.Type; index: number; } >; ```