mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-20 14:15:12 +00:00
8 lines
192 B
C#
8 lines
192 B
C#
namespace Octokit.Reactive
|
|
{
|
|
public interface IObservableActivitiesClient
|
|
{
|
|
IObservableEventsClient Events { get; }
|
|
IObservableStarredClient Starred { get; }
|
|
}
|
|
} |