Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8-incubating
-
None
Description
Currently each top-level TypeDef defines its own DefStore interface. These interfaces have the same methods. I suggest that we use generic interface to reduce the code duplication.
We can also tighten the type restriction on these interfaces. Replacing Object reference with AtlasVertex reference.