© 2026 Hedgehog Software, LLC
export type KV<R> = { [Key in keyof R]: { key: Key; value: R[Key]; }; }[keyof R];