/** * Helper generic that lets you make part of a type interface optional */ export type MakeOptional = Omit & Partial>; //# sourceMappingURL=MakeOptional.d.ts.map