// Utility for marking only some keys of an interface as optional // Compare to Partial which marks all keys as optional export type Optional = Omit & Partial>;