Type Alias UnsetExtra<TBase, TFull>

UnsetExtra<TBase, TFull>: UnsetPartial<Omit<TFull, keyof TBase>>

A type where all properties of TFull that are not in TBase are made optional and with no value

Type Parameters

  • TBase
  • TFull