You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(column): use interfaces rather than instances
Similar to what we did with View, Node, File, and Folder.
As we cannot validate class instances anyways we can just use
interfaces, allowing more flexible code.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
0 commit comments