type MultiAreaRemoveResult = { [K in UIArea]?: RemoveResult<K> };
Result of a multi-area remove operation.