ChangeInternal TypeAlias
A change that composes an Edit.
Change
objects can be conveniently constructed with the helper methods exported on a constant of the same name.
Signature
export declare type ChangeInternal = InsertInternal | DetachInternal | BuildInternal | SetValueInternal | ConstraintInternal;