/** * Convert some properties from a target object to optional. */ export type Optional = Omit & Partial>; //# sourceMappingURL=optional.d.ts.map