type A = { x: string, y: boolean, }; type B = { y: boolean, }; type X = $Diff; type Y = $Diff; export {X, Y};