type Patch<T,C>
A type to determine the allowed input type for the patch
function.
Companion namespace: Patch
Definition
export type Patch<T, C = T> =
Patch.Entry
<T, C, T, T>;
type Patch<T,C>
A type to determine the allowed input type for the patch
function.
Companion namespace: Patch
export type Patch<T, C = T> =
Patch.Entry
<T, C, T, T>;