DocSpace-client/thirdparty/Microsoft.Graph.Core/Requests/Middleware/Options/IMiddlewareOption.cs
2020-07-10 18:37:02 +03:00

14 lines
480 B
C#

// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
namespace Microsoft.Graph
{
/// <summary>
/// The middleware option interface
/// </summary>
public interface IMiddlewareOption
{
}
}