Searched defs:WithoutIndex (Results 1 – 1 of 1) sorted by relevance
16 type WithoutIndex = OmitIndex<WithIndex, string>; // { foo: "hello"; bar: "world"; } … alias20 type WithoutIndexKey = keyof WithoutIndex; // number <-- Expected: "foo" | "bar" alias