This function merges two Record<string, any> T1 and T2, resulting in Merged<T1, T2>
Record<string, any>
Merged<T1, T2>
type for the first argument
type for the second argument
first argument (extending Record<string, any>).
second argument (extending Record<string, any>).
Generated using TypeDoc
This function merges two
Record<string, any>
T1 and T2, resulting inMerged<T1, T2>
Returns