import type { DatumKey, ResolvedDatumKey } from './types'; type Expect = T; type Equal = (() => T extends A ? 1 : 2) extends () => T extends B ? 1 : 2 ? true : false; export type _DatumKeyChecks = [ Expect, 'x' | 'x.date'>>, Expect, 'a' | 'a.b' | 'a.b.c' | 'a.b.c.d'>>, Expect, 'a' | 'a.b'>>, Expect; }>, 'items'>>, Expect, 'd' | 'label'>>, Expect>, string>>, Expect, string>>, Expect, string>> ]; export type _ResolvedDatumKeyChecks = [ Expect, 'x'>>, Expect, 'a' | 'label'>>, Expect>, string>>, Expect, string>>, Expect, string>> ]; export {};