Type Alias Update

Update: Tuple | Entry | Entry & {
    strict: true;
}

An update is made of a Tuple, a Entry, or a Entry with a strict: true property. Tuples will result in a remove. Entries will result in an add. Entries with a strict: true property will result in a remove only if the given entry and the entry found in the tree match.