export type RequireAtLeastOne = Pick> & { [K in Keys]-?: Required> & Partial>>; }[Keys];