/** Makes the specified fields of T optional while keeping the rest required. */ export type Optional = Omit & Partial>; //# sourceMappingURL=Optional.d.ts.map