Type alias extendShape<A, B>

extendShape<A, B>: Omit<A, keyof B> & B

Type Parameters

Type Parameters

  • A

  • B

Generated using TypeDoc