export type Foo = { key: string; value: string; }; export type Bar = { one: number, two: number, }