/** * This type is used to modify the properties of one type with the properties of another type and thus * can be used to turn client options into normalized client options. */ export type Modify = Omit & R;