Skip to content

Documentation / @ripl/utilities / Merge

Type Alias: Merge<TA, TB>

Merge<TA, TB> = Omit<TA, keyof TB> & TB

Defined in: packages/utilities/src/types.ts:22

Merges two types, with properties in TB overriding those in TA.

Type Parameters

Type Parameter
TA
TB