mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
13 lines
375 B
C#
13 lines
375 B
C#
namespace Octokit.Reactive
|
|
{
|
|
/// <summary>
|
|
/// A client for GitHub's Actions Permissions API.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// See the <a href="https://developer.github.com/v3/actions/permissions/">Actions Permissions API documentation</a> for more information.
|
|
/// </remarks>
|
|
public interface IObservableActionsPermissionsClient
|
|
{
|
|
}
|
|
}
|