R
T

ConflictPolicy

tested

How to resolve two definitions registered under the same type.

Signature

ts
export type ConflictPolicy = 'throw' | 'last-wins' | 'first-wins';