/** * @public */ export type WithRequired = T & { [P in TK]-?: T[P]; }; //# sourceMappingURL=WithRequired.d.ts.map