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
Add a type for deriving the "public interface" of a type, excluding
private properties. Excluding private properties can be useful in making
our classes more easily testable (types with private properties are more
difficult to mock).
0 commit comments