export type AtLeastOne = { [K in keyof T]-?: Required> & Partial>; }[keyof T];