namespace Octokit.Reactive
{
public interface IObservableMigrationClient
{
///
/// A client for GitHub's Migrations API
///
///
/// See the Enterprise License API documentation for more information.
///
IObservableMigrationsClient Migrations { get; }
}
}