type Obj<T,C,R>
A type defining the allowed patch values for objects.
Definition
type Obj<T, C, R> = T | Patch.ObjProps<T, C, R>[];
type Obj<T,C,R>A type defining the allowed patch values for objects.
type Obj<T, C, R> = T | Patch.ObjProps<T, C, R>[];